mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 13:18:42 +02:00
- removed unused imports
This commit is contained in:
@@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user