diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-11-28 18:16:27 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-11-28 18:16:27 +0100 |
| commit | 3a6efba0d71972e2fe14a40cd405ccb0a6a6c078 (patch) | |
| tree | 446aec35bfa80456db8c8fe7733d810e59e36f18 /src/plugin.py | |
| parent | a6f66bf40cd3b12d2b29940a72426d84626163c7 (diff) | |
| download | enigma2-curlytx-3a6efba0d71972e2fe14a40cd405ccb0a6a6c078.tar.gz enigma2-curlytx-3a6efba0d71972e2fe14a40cd405ccb0a6a6c078.zip | |
add encoding and copyright header
Diffstat (limited to 'src/plugin.py')
| -rw-r--r-- | src/plugin.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugin.py b/src/plugin.py index 6743991..8d52cdb 100644 --- a/src/plugin.py +++ b/src/plugin.py @@ -1,3 +1,7 @@ +# -*- coding: utf-8 -*- +# CurlyTx plugin registration and startup +# Copyright (C) 2011 Christian Weiske <cweiske@cweiske.de> + from Plugins.Plugin import PluginDescriptor import CurlyTx |
