summaryrefslogtreecommitdiff
path: root/src/leap/common/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/common/check.py')
-rw-r--r--src/leap/common/check.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/common/check.py b/src/leap/common/check.py
index 9787341..359673b 100644
--- a/src/leap/common/check.py
+++ b/src/leap/common/check.py
@@ -14,12 +14,12 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
"""
Set of functions to help checking situations
"""
-import logging
+
import inspect
+import logging
import traceback