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:
parent
570d4f7f70
commit
062bb35c95
@ -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')
|
||||
|
||||
|
@ -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')
|
||||
|
||||
|
@ -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')
|
||||
|
@ -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():
|
||||
|
@ -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():
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user