Taddeus Kroes пре 13 година
родитељ
комит
efa34f141d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      csscom.py

+ 1 - 1
csscom.py

@@ -63,7 +63,7 @@ def parse_options():
 
 def _content(filename):
     handle = open(filename, 'r')
-    content = '\n' + handle.read()
+    content = handle.read()
     handle.close()
     return content