From 2a0ab15e7d5c5735177134f334ad6a9d56eda3a9 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Mon, 6 Jun 2022 11:11:16 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20note=20version=20d=C3=A9port=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 +--- version => main_version | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename version => main_version (100%) diff --git a/main.py b/main.py index c916e9a..bdb736e 100644 --- a/main.py +++ b/main.py @@ -19,9 +19,7 @@ from threading import * from class_invoices import * from class_addresses import * -fs = open("./version", "r") -VERSION = fs.read() -print(VERSION) +VERSION = "202200602 - 1700" #test master 2 src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src" diff --git a/version b/main_version similarity index 100% rename from version rename to main_version