mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Fix in tests import
This commit is contained in:
parent
23896bdc99
commit
36c212b42d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
~*
|
||||
*.orig
|
||||
*.db
|
||||
*.sqlite*
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
from tests import *
|
||||
from basics import *
|
||||
|
|
|
|||
Loading…
Reference in a new issue