Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed May 28, 2013
1 parent c40b3af commit 28f4418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluff/sync_couchdb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.db.models import signals
import os
from couchdbkit.ext.django.loading import get_db
from pillowtop.run_pillowtop import import_pillows
from pillowtop.utils import import_pillows
from dimagi.utils.couch.sync_docs import sync_design_docs as sync_docs


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
test_loader='unittest2:TestLoader',
install_requires=[
'couchdbkit',
'pillowtop>=0.1.1',
'pillowtop>=0.1.2',
'dimagi-utils>=1.0.2',
'pytz',
],
Expand Down

0 comments on commit 28f4418

Please sign in to comment.