diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-16 09:12:55 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-16 09:12:55 +0000 |
| commit | 6687ebd26cfc1177aef6aca59f536655e2e07e03 (patch) | |
| tree | a11db7495cbd3153a9a4cc1e7f3b0127616f9fbc /lib/python | |
| parent | e06c6d202696d83a3017861fc690ee3d75750f13 (diff) | |
| download | enigma2-6687ebd26cfc1177aef6aca59f536655e2e07e03.tar.gz enigma2-6687ebd26cfc1177aef6aca59f536655e2e07e03.zip | |
newlines at the end of files especially for sat-man ^^
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py | 2 | ||||
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/Process.py | 2 | ||||
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py b/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py index bfa2af54..1bfb3d64 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py +++ b/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py @@ -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) diff --git a/lib/python/Plugins/Extensions/DVDBurn/Process.py b/lib/python/Plugins/Extensions/DVDBurn/Process.py index 1851d870..fa01aa2c 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/Process.py +++ b/lib/python/Plugins/Extensions/DVDBurn/Process.py @@ -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 diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py b/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py index ce6bce96..b2f8a9be 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py +++ b/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py @@ -41,4 +41,4 @@ class CutlistReader(TitleCutter): def getAudioTracks(self): TitleCutter.getAudioTracks() - self.exit()
\ No newline at end of file + self.exit() |
