add missing imports

This commit is contained in:
Martin Baeuml
2014-03-19 22:58:53 +01:00
parent 9eb3e888c5
commit fa578410dc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
import sys
import sloth
import shutil
from pprint import pprint
+1 -1
View File
@@ -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 *