Skip to content

Commit

Permalink
Make webpy embeddable in another package
Browse files Browse the repository at this point in the history
Don't `import test` at the package level of `web`.
`test` imports `web` and that isn't available if
webpy is placed within another package
  • Loading branch information
serverhorror committed Mar 17, 2011
1 parent f89041c commit 10e01ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from debugerror import *
from application import *
from browser import *
import test
try:
import webopenid as openid
except ImportError:
Expand Down

0 comments on commit 10e01ff

Please sign in to comment.