diff options
author | Philipp von Weitershausen <philipp@weitershausen.de> | 2006-04-12 13:43:19 +0000 |
---|---|---|
committer | Philipp von Weitershausen <philipp@weitershausen.de> | 2006-04-12 13:43:19 +0000 |
commit | f7c0364cd0e382db8c4a06faf1942cf0a2d3032b (patch) | |
tree | e510c341eced5f0edf2542843c6196a5c56a7434 | |
parent | b72bb3e2497d2412e0c32f70a2ba1b447e1aafb6 (diff) | |
download | zope-traversing-monolithic-zope3-jim-adapter.tar.gz |
convenience importmonolithic-zope3-jim-adapter
-rw-r--r-- | browser/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/__init__.py b/browser/__init__.py index 2be77d9..916700d 100644 --- a/browser/__init__.py +++ b/browser/__init__.py @@ -15,6 +15,6 @@ $Id$ """ - +from zope.traversing.browser.absoluteurl import absoluteURL from zope.traversing.browser.absoluteurl import AbsoluteURL from zope.traversing.browser.absoluteurl import SiteAbsoluteURL |