1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-29 01:14:13 +02:00

- removed unused imports

This commit is contained in:
Marcus Huewe
2010-12-19 20:32:06 +01:00
parent 570d4f7f70
commit 062bb35c95
6 changed files with 5 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
import osc.core
import osc.oscerr
import os
import sys
from common import GET, OscTestCase
from common import OscTestCase
FIXTURES_DIR = os.path.join(os.getcwd(), 'revertfile_fixtures')