summaryrefslogtreecommitdiff
path: root/plugin.video.revision3/main.py
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2017-02-14 00:21:07 +0000
committerenen92 <92enen@gmail.com>2017-02-14 00:21:07 +0000
commita057add1891f07d3fd7ff4f4e534da1557cd9d2c (patch)
tree4c3dee491617b4362bae772aeadb0793124ff5e7 /plugin.video.revision3/main.py
parent816faf6365dc3987722a925a9e3319e65715ecce (diff)
[plugin.video.revision3] 4.0.0
Diffstat (limited to 'plugin.video.revision3/main.py')
-rw-r--r--plugin.video.revision3/main.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugin.video.revision3/main.py b/plugin.video.revision3/main.py
new file mode 100644
index 0000000..8fdbfce
--- /dev/null
+++ b/plugin.video.revision3/main.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+'''
+ plugin.video.revision3
+ Copyright (C) 2017 enen92,stacked
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+'''
+
+import xbmcaddon
+import xbmcplugin
+from resources.lib import plugin
+
+plugin.run()