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 1515# Advanced Emulator Launcher main script file.
1616
1717# --- Modules/packages in this plugin ---
18- import resources .main as main
18+ import resources .main
1919
2020# --- Python standard library ---
2121import sys
3434# This way, the Python interpreter will precompile them into bytecode (files PYC/PYO) so
3535# loading time is faster compared to loading PY files.
3636# See http://www.network-theory.co.uk/docs/pytut/CompiledPythonfiles.html
37- main .Main ().run_plugin (sys .argv )
37+ 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.10.0 " provider-name =" Wintermute0110" >
2+ <addon id =" plugin.program.advanced.emulator.launcher" name =" Advanced Emulator Launcher" version =" 0.10.1-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