comparison: src/eric7/Utilities/__init__.py
src/eric7/Utilities/__init__.py
- branch
- eric7-maintenance
- changeset 9725
- b9a29a7aa820
- parent 9668
- e37c1752d50e
- parent 9716
- 81a6bb09163e
- child 9940
- a57c188857e9
equal
deleted
inserted
replaced
77 ) |
77 ) |
78 from eric7.SystemUtilities.OSUtilities import ( # __IGNORE_FLAKES_WARNING__ |
78 from eric7.SystemUtilities.OSUtilities import ( # __IGNORE_FLAKES_WARNING__ |
79 getEnvironmentEntry, |
79 getEnvironmentEntry, |
80 hasEnvironmentEntry, |
80 hasEnvironmentEntry, |
81 getHomeDir, |
81 getHomeDir, |
|
82 getRealName, |
82 getUserName, |
83 getUserName, |
83 getRealName, |
84 getRealName, |
84 isLinuxPlatform, |
85 isLinuxPlatform, |
85 isMacPlatform, |
86 isMacPlatform, |
86 isWindowsPlatform, |
87 isWindowsPlatform, |