Created
January 21, 2015 17:40
-
-
Save groovecoder/458b667bc8f36bc441d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/kuma/actioncounters/migrations/0003_update_unique_hashes.py b/kuma/actioncounters/migrations/0003_update_unique_hashes.py | |
index 74e0ca5..5e15283 100644 | |
--- a/kuma/actioncounters/migrations/0003_update_unique_hashes.py | |
+++ b/kuma/actioncounters/migrations/0003_update_unique_hashes.py | |
@@ -20,7 +20,7 @@ class Migration(DataMigration): | |
.delete()) | |
# Update all remaining counters with a unique hash. | |
- from actioncounters.utils import get_unique | |
+ from kuma.actioncounters.utils import get_unique | |
counters = orm.ActionCounterUnique.objects.all() | |
for counter in counters: | |
try: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment