mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 18:25:49 +08:00
add missing imports
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import sys
|
||||
import sloth
|
||||
import shutil
|
||||
from pprint import pprint
|
||||
|
||||
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user