1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 01:46:13 +01: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

@ -2,7 +2,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(), 'addfile_fixtures')

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(), 'deletefile_fixtures')

View File

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

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(), 'init_package_fixtures')
def suite():

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(), 'init_project_fixtures')
def suite():

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')