removed shebang from library files

This commit is contained in:
Lars Kiesow 2013-05-05 00:05:11 +02:00
parent 66f8f3d8e9
commit 671841be6d
6 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1,3 @@
#!/bin/env python
# -*- coding: utf-8 -*-
'''
feedgen

View file

@ -1,4 +1,3 @@
#!/bin/env python
# -*- coding: utf-8 -*-
'''
feedgen.entry

View file

@ -1,4 +1,3 @@
#!/bin/env python
# -*- coding: utf-8 -*-
'''
feedgen.feed

View file

@ -1,4 +1,3 @@
#!/bin/env python
# -*- coding: utf-8 -*-
'''
feedgen.podcast

View file

@ -1,4 +1,3 @@
#!/bin/env python
# -*- coding: utf-8 -*-
'''
feedgen.podcast_entry

View file

@ -1,4 +1,3 @@
#!/bin/env python
# -*- coding: utf-8 -*-
'''
feedgen.util