From 3206900cd4f2780614a670f498c2c00e1bc56075 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 15 Mar 2013 03:08:09 +0900 Subject: fix docstrings, headers and imports --- src/leap/common/check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/leap/common/check.py') 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 . - """ Set of functions to help checking situations """ -import logging + import inspect +import logging import traceback -- cgit v1.2.3