mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-05 20:58:42 +02:00
- remove shebang line to make rpmlint happy
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user