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 bfa2af5488f2e4945e4405ff07e61a4efc105735..1bfb3d646beeb58d658694e46165090eb6808ffd 100644 (file)
@@ -83,4 +83,4 @@ class DVDTitle:
                        chapterpts = self.cutlist[0]
                        while chapterpts < self.length*90000:
                                chapterpts += 90000 * 60 * minutes
                        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 1851d870104b5991a82f19071da36a5dfa9b37d0..fa01aa2c32ea3b367107199c8d81d94551c01349 100644 (file)
@@ -676,4 +676,4 @@ def PreviewMenu(session, project):
 def BurnDataTS(session, project):
        j = DVDdataJob(project)
        job_manager.AddJob(j)
 def BurnDataTS(session, project):
        j = DVDdataJob(project)
        job_manager.AddJob(j)
-       return j
\ No newline at end of file
+       return j
index ce6bce96fd2239d1b9451a201b0a54b0a8f02469..b2f8a9be6e7f2915ce135fdbb477e50c3d560d8b 100644 (file)
@@ -41,4 +41,4 @@ class CutlistReader(TitleCutter):
 
        def getAudioTracks(self):
                TitleCutter.getAudioTracks()
 
        def getAudioTracks(self):
                TitleCutter.getAudioTracks()
-               self.exit()
\ No newline at end of file
+               self.exit()