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_urlpath_windows.txt

    r260 r297  
    99So, let's begin: 
    1010 
    11     >>> from websourcebrowser import urlpath 
     11    >>> import urlpath 
    1212 
    1313Testing the ``is_safe_path`` function