1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-24 23:28:53 +02:00

python3 compatibility: fix all tests

This commit is contained in:
Michal Vyskocil
2013-04-09 14:22:45 +02:00
committed by Adrian Schröter
parent 419367fca3
commit f0186dbde8
5 changed files with 37 additions and 24 deletions

View File

@@ -4,7 +4,6 @@ import osc.oscerr
import os
import re
import sys
import urllib2
from common import GET, POST, OscTestCase, addExpectedRequest, EXPECTED_REQUESTS