Browse Source

Adding import warnings

prieto 8 years ago
parent
commit
53ad4dcbc0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lodel/leapi/leobject.py

+ 1
- 0
lodel/leapi/leobject.py View File

@@ -1,6 +1,7 @@
1 1
 #-*- coding: utf-8 -*-
2 2
 
3 3
 import importlib
4
+import warnings
4 5
 
5 6
 from lodel.plugin import Plugin
6 7
 from lodel import logger

Loading…
Cancel
Save