Module defining common data to be used by all modules.
| configDir |
| recentNameFiles |
| recentNameHosts |
| recentNameMultiProject |
| recentNameProject |
| settingsNameGlobal |
| settingsNameOrganization |
| settingsNameRecent |
| None |
| checkBlacklistedVersions | Module functions to check for blacklisted versions of the prerequisites. |
| findPython2Interpreters | Module function for searching a Python2 interpreter. |
| getConfigDir | Module function to get the name of the directory storing the config data. |
| getPythonModulesDirectory | Function to determine the path to Python's modules directory. |
| isLinuxPlatform | Function to check, if this is a Linux platform. |
| isMacPlatform | Function to check, if this is a Mac platform. |
| isWindowsPlatform | Function to check, if this is a Windows platform. |
| setConfigDir | Module function to set the name of the directory storing the config data. |
Module functions to check for blacklisted versions of the prerequisites.
Module function for searching a Python2 interpreter.
Module function to get the name of the directory storing the config data.
Function to determine the path to Python's modules directory.
Function to check, if this is a Linux platform.
Function to check, if this is a Mac platform.
Function to check, if this is a Windows platform.
Module function to set the name of the directory storing the config data.