File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919from __future__ import division
2020
2121# --- Modules/packages in this plugin ---
22- import resources .main as main
22+ import resources .main
2323
2424# --- Python standard library ---
2525import sys
3838# This way, the Python interpreter will precompile them into bytecode (files PYC/PYO) so
3939# loading time is faster compared to loading PY files.
4040# See http://www.network-theory.co.uk/docs/pytut/CompiledPythonfiles.html
41- main .Main ().run_plugin (sys .argv )
41+ resources . main .Main ().run_plugin (sys .argv )
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" plugin.program.advanced.emulator.launcher" name =" Advanced Emulator Launcher" version =" 0.9.10 " provider-name =" Wintermute0110" >
2+ <addon id =" plugin.program.advanced.emulator.launcher" name =" Advanced Emulator Launcher" version =" 0.9.11-alpha " provider-name =" Wintermute0110" >
33 <requires >
44 <!--
55 Check main addon versions in https://github.com/xbmc/xbmc/tree/master/addons
You can’t perform that action at this time.
0 commit comments