src/eric7/Utilities/GetSysPath.py

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9473
3f23dbf37dbe
--- a/src/eric7/Utilities/GetSysPath.py	Wed Jul 13 11:16:20 2022 +0200
+++ b/src/eric7/Utilities/GetSysPath.py	Wed Jul 13 14:55:47 2022 +0200
@@ -13,8 +13,8 @@
 if __name__ == "__main__":
     # print sys.path to stdout
     print(json.dumps(sys.path))
-    
+
     sys.exit(0)
-    
+
 #
 # eflag: noqa = M701, M801

eric ide

mercurial