Skip to content

Commit

Permalink
Fix: Test case test_onefile_relative_import2 for python 2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
matysek committed Apr 6, 2013
1 parent 56fdaed commit 9a10ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/import/relimp2/bar/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .baz import *
from .baz import say_hello_please
2 changes: 1 addition & 1 deletion tests/import/relimp2/bar/bar2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ..baz import *
from ..baz import say_hello_please

0 comments on commit 9a10ce0

Please sign in to comment.