Browse Source

Einige Dateien umbenannt _ statt -

Robert Bedner 3 years ago
parent
commit
40d4d087f9

+ 0 - 0
dbtools/sql-query.py → dbtools/sql_query.py


BIN
dist/gcstruct_uebersetzung.exe


+ 1 - 1
ftp.py

@@ -10,7 +10,7 @@ class ftp:
     commands = ['upload']
 
     def __init__(self):
-        cfg = json.load(open('ftp-config.json', 'r'))
+        cfg = json.load(open('ftp_config.json', 'r'))
         self.ftp_cfg = FtpConfig(**cfg)
 
     @plac.pos('filename', '', type=str)

+ 0 - 0
ftp-config.json → ftp_config.json


+ 0 - 0
gcstruct/skr51-default.py → gcstruct/skr51_default.py


+ 0 - 0
gctools/status-client.py → gctools/status_client.py


+ 0 - 0
mazda/mazda-upload.py → mazda/mazda_upload.py


+ 0 - 0
mazda/mazda-webservice.py → mazda/mazda_webservice.py


+ 0 - 0
mazda/nasa-upload.py → mazda/nasa_upload.py


+ 0 - 0
mazda/nasa-upload.spec → mazda/nasa_upload.spec


+ 0 - 0
planner/file-export.py → planner/file_export.py


+ 0 - 0
planner/hbv-export.py → planner/hbv_export.py


+ 0 - 0
status/status-server.py → status/status_server.py


+ 1 - 1
webservice/file-io.bat → webservice/file_io.bat

@@ -1,6 +1,6 @@
 @echo off
 cd /d %~dp0
-set FLASK_APP=file-io.py
+set FLASK_APP=file_io.py
 set FLASK_DEBUG=1
 
 C:\dev\Python\Python38-32\python.exe -m flask run

+ 0 - 0
webservice/file-io.py → webservice/file_io.py


+ 0 - 0
webservice/file-io.spec → webservice/file_io.spec