Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created January 21, 2015 17:40
Show Gist options
  • Save groovecoder/458b667bc8f36bc441d7 to your computer and use it in GitHub Desktop.
Save groovecoder/458b667bc8f36bc441d7 to your computer and use it in GitHub Desktop.
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