Show
Ignore:
Timestamp:
2007-08-31 18:14:37 (1 year ago)
Author:
Stefan Schwarzer <sschwarzer@sschwarzer.net>
branch:
default
Message:
Made all imports relative (apart from those in the
`wsbrowser`/`wsbrowser.py` scripts, where they're necessary).

The former approach of using only absolute imports was kind of
cleaner, especially with respect to future Python versions. - However,
the absolute imports were also _very_ confusing (even for me) and
required a funny workaround for development if a Websourcebrowser
package was already installed somewhere in `sys.path`.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • test_session.txt

    r277 r297  
    1010a dictionary with the parameters from the query string of the URL. 
    1111 
    12     >>> from websourcebrowser import session 
     12    >>> import session 
    1313 
    1414Testing the constructor