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:
parent
6fef701fda
commit
4584d83dbe
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from tempfile import mkdtemp
|
||||
import os
|
||||
from shutil import rmtree
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
class NoSecureSSLError(Exception):
|
||||
def __init__(self, msg):
|
||||
Exception.__init__(self)
|
||||
|
Loading…
Reference in New Issue
Block a user