Changeset 4aba59ae63489e1dee2a85dfc7f0fed162f2f6fe
- Timestamp:
- 02/02/08 09:34:54
(10 months ago)
- Author:
- William McBrine <wmcbrine@gmail.com>
- git-committer:
- William McBrine <wmcbrine@gmail.com> 1201966494 -0500
- git-parent:
[01d36f1d8ba93dd875ad8e0c75fe1152ac8a0832]
- git-author:
- William McBrine <wmcbrine@gmail.com> 1201966494 -0500
- Message:
Gratuitous spaces (lots more of these, but these in particular show up as
a meaningless difference between the master and subfolders branches).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r26f47cd |
r4aba59a |
|
| 43 | 43 | self.infopage() |
|---|
| 44 | 44 | return |
|---|
| 45 | | |
|---|
| | 45 | |
|---|
| 46 | 46 | o = urlparse("http://fake.host" + self.path) |
|---|
| 47 | 47 | query = parse_qs(o[4]) |
|---|