kleinigkeiten

This commit is contained in:
age 2006-08-12 16:28:38 +00:00
parent 7801f013ea
commit 2296126d3e

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env pythonx
#-*- coding: UTF-8 -*-
'''gets a latex2html file and returns the file with a css tag
and stuff'''
@ -6,7 +6,6 @@ import string
import sys
import re
def writeFile(data, filename):
"""
write data to the given filename
@ -97,4 +96,3 @@ except: #read/write/whatever failed,
sys.exit(1)
sys.exit(0)