newlines at the end of files especially for sat-man ^^
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Tue, 16 Sep 2008 09:12:55 +0000 (09:12 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Tue, 16 Sep 2008 09:12:55 +0000 (09:12 +0000)
lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py
lib/python/Plugins/Extensions/DVDBurn/Process.py
lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py

index bfa2af5..1bfb3d6 100644 (file)
@@ -83,4 +83,4 @@ class DVDTitle:
                        chapterpts = self.cutlist[0]
                        while chapterpts < self.length*90000:
                                chapterpts += 90000 * 60 * minutes
-                               self.chaptermarks.append(chapterpts)
\ No newline at end of file
+                               self.chaptermarks.append(chapterpts)
index 1851d87..fa01aa2 100644 (file)
@@ -676,4 +676,4 @@ def PreviewMenu(session, project):
 def BurnDataTS(session, project):
        j = DVDdataJob(project)
        job_manager.AddJob(j)
-       return j
\ No newline at end of file
+       return j
index ce6bce9..b2f8a9b 100644 (file)
@@ -41,4 +41,4 @@ class CutlistReader(TitleCutter):
 
        def getAudioTracks(self):
                TitleCutter.getAudioTracks()
-               self.exit()
\ No newline at end of file
+               self.exit()