Browse Source

[EmField] pep8+pylint

Roland Haroutiounian 9 years ago
parent
commit
8b2bd59daf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/fields.py

+ 1
- 1
EditorialModel/fields.py View File

@@ -1,7 +1,7 @@
1 1
 #-*- coding: utf-8 -*-
2 2
 
3 3
 from EditorialModel.components import EmComponent
4
-from EditorialModel.exceptions import *
4
+from EditorialModel.exceptions import EmComponentCheckError
5 5
 import EditorialModel
6 6
 
7 7
 

Loading…
Cancel
Save