Taddeus Kroes 13 лет назад
Родитель
Сommit
efa34f141d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      csscom.py

+ 1 - 1
csscom.py

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