Fix headers and comment dead code.

This commit is contained in:
2014-02-28 11:45:06 +01:00
parent c253cfa9aa
commit 780073f6d8
7 changed files with 30 additions and 41 deletions

View File

@@ -1,10 +1,10 @@
# a helper class
import osc
from osc import cmdln
from osc.core import *
import urllib2
from xml.etree import cElementTree as ET
from osc import oscerr
from osc.core import makeurl
from osc.core import http_GET
class RequestFinder: