diff -r a50424f41306 -r a4e158702ded PluginApis.py --- a/PluginApis.py Wed Jan 25 17:14:03 2017 +0100 +++ b/PluginApis.py Mon Mar 27 19:17:54 2017 +0200 @@ -41,7 +41,7 @@ @param language language to get APIs for (string) @return list of API filenames (list of string) """ - if language in ["Python3", "Python2", "Python"]: + if language in ["Python3", "Python2", "Python"]: apisDir = \ os.path.join(os.path.dirname(__file__), "APIs", "Python") apis = glob.glob(os.path.join(apisDir, '*.api'))