1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

- remove shebang line to make rpmlint happy

This commit is contained in:
Marcus Huewe 2010-03-21 22:57:06 +01:00
parent 6fef701fda
commit 4584d83dbe
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
from tempfile import mkdtemp
import os
from shutil import rmtree

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
class NoSecureSSLError(Exception):
def __init__(self, msg):
Exception.__init__(self)