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 *