diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-15 15:38:39 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-15 15:38:39 +0000 |
| commit | 07e6467895dc57395b27db0bc66c433fe8a90125 (patch) | |
| tree | c6682d39d2572e242a56d86fb1e4c5b1dacf878d /lib/python/Tools | |
| parent | 1227e551c6adb84ab8b152112baa587c034b974c (diff) | |
| download | enigma2-07e6467895dc57395b27db0bc66c433fe8a90125.tar.gz enigma2-07e6467895dc57395b27db0bc66c433fe8a90125.zip | |
fix encoding
Diffstat (limited to 'lib/python/Tools')
| -rw-r--r-- | lib/python/Tools/Directories.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Tools/Directories.py b/lib/python/Tools/Directories.py index 02b8a1fa..adf7afd0 100644 --- a/lib/python/Tools/Directories.py +++ b/lib/python/Tools/Directories.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import os SCOPE_TRANSPONDERDATA = 0 |
