diff options
author | Kali Kaneko <kali@leap.se> | 2013-03-15 03:08:09 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-03-15 03:08:09 +0900 |
commit | 3206900cd4f2780614a670f498c2c00e1bc56075 (patch) | |
tree | 539bbb1ba43470669330233d7018d7d19f08b43d /src/leap/common/check.py | |
parent | 2e26c6c4b1368717681b46e141e2146a17d4e646 (diff) |
fix docstrings, headers and imports
Diffstat (limited to 'src/leap/common/check.py')
-rw-r--r-- | src/leap/common/check.py | 4 |
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 |