Changeset 4aba59ae63489e1dee2a85dfc7f0fed162f2f6fe

Show
Ignore:
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
  • httpserver.py

    r26f47cd r4aba59a  
    4343            self.infopage() 
    4444            return 
    45          
     45 
    4646        o = urlparse("http://fake.host" + self.path) 
    4747        query = parse_qs(o[4])