Fix in tests import

This commit is contained in:
ksamuel 2010-09-07 10:35:31 +00:00
parent 23896bdc99
commit 36c212b42d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
~*
*.orig
*.db
*.sqlite*

View file

@ -1 +1 @@
from tests import *
from basics import *