Skip to content

Commit

Permalink
Merge pull request #189 from jgmize/fix-cron-import-typo
Browse files Browse the repository at this point in the history
Fix import typo in scripts.cron
  • Loading branch information
pmclanahan committed Apr 7, 2016
2 parents aa7f63e + 58b2967 commit 030eba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import requests
from apscheduler.schedulers.blocking import BlockingScheduler

from snippets.base.utils import create_countries, create_locales
from snippets.base.util import create_countries, create_locales


schedule = BlockingScheduler()
Expand Down

0 comments on commit 030eba4

Please sign in to comment.