Skip to content

Commit

Permalink
Use Appengine-Fixture-Loader packege from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Nov 26, 2014
1 parent 731c4e8 commit 23bd189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nose
pyflakes
wsgiref
WebTest
Appengine-Fixture-Loader
2 changes: 1 addition & 1 deletion tests/sanity_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from google.appengine.ext import ndb
from google.appengine.ext import testbed

from testable_appengine.loader import load_fixture
from appengine_fixture_loader.loader import load_fixture

# If your project has a src/main.py file, it'll check if it imports
try:
Expand Down

0 comments on commit 23bd189

Please sign in to comment.