Skip to content

Commit

Permalink
fix import statement (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpresler committed Aug 6, 2017
1 parent ad349b6 commit 4c7c26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsing/library/digestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from parsing.library.internal_exceptions import DigestionError
from parsing.library.tracker import NullTracker
from parsing.library.viewer import ProgressBar
from parsing.library.exception import PipelineError
from parsing.library.exceptions import PipelineError

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'semesterly.settings')
django.setup()
Expand Down

0 comments on commit 4c7c26b

Please sign in to comment.