Skip to content

Commit

Permalink
added missing import of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antsmc2 committed Nov 18, 2017
1 parent 702c34e commit e73f574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mics/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Django settings for mics project.
import os
import os, sys
BASE_DIR = os.path.dirname(os.path.dirname(__file__))

DEBUG = False
Expand Down

0 comments on commit e73f574

Please sign in to comment.