removed shebang from library files
This commit is contained in:
parent
66f8f3d8e9
commit
671841be6d
6 changed files with 0 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
feedgen
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
feedgen.entry
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
feedgen.feed
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
feedgen.podcast
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
feedgen.podcast_entry
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
feedgen.util
|
||||
|
|
Loading…
Reference in a new issue