From fa578410dc64578a7cf6de7821e7f6c7881e5a37 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Wed, 19 Mar 2014 22:58:53 +0100 Subject: [PATCH] add missing imports --- sloth/core/commands.py | 1 + sloth/core/labeltool.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sloth/core/commands.py b/sloth/core/commands.py index 065711f..8f88ddd 100644 --- a/sloth/core/commands.py +++ b/sloth/core/commands.py @@ -1,3 +1,4 @@ +import sys import sloth import shutil from pprint import pprint diff --git a/sloth/core/labeltool.py b/sloth/core/labeltool.py index 605584f..226bdfe 100644 --- a/sloth/core/labeltool.py +++ b/sloth/core/labeltool.py @@ -1,8 +1,8 @@ -#!/usr/bin/python """ This is the core labeltool module. """ import os +import sys from PyQt4.QtGui import * from PyQt4.QtCore import * from sloth.annotations.model import *