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 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
feedgen
|
feedgen
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
feedgen.entry
|
feedgen.entry
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
feedgen.feed
|
feedgen.feed
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
feedgen.podcast
|
feedgen.podcast
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
feedgen.podcast_entry
|
feedgen.podcast_entry
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
feedgen.util
|
feedgen.util
|
||||||
|
|
Loading…
Reference in a new issue