Browse Source

[#101] Changed the import method for the exceptions

Roland Haroutiounian 9 years ago
parent
commit
80736f7f79
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Template/exceptions/__init__.py

+ 1
- 1
Template/exceptions/__init__.py View File

@@ -1 +1 @@
1
-#from .NotAllowedCustomAPIKeyError import NotAllowedCustomAPIKeyError
1
+from .NotAllowedCustomAPIKeyError import NotAllowedCustomAPIKeyError

Loading…
Cancel
Save