Fixing for python2.5

closes #188
This commit is contained in:
Ross Lawley
2012-12-19 12:51:42 +00:00
parent 4a57fc33e4
commit 420c3e0073
10 changed files with 28 additions and 28 deletions

View File

@@ -1,2 +1,2 @@
from .all_warnings import AllWarnings
from .document import *
from all_warnings import AllWarnings
from document import *