1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00

Remove version and codename from paths.py

This commit is contained in:
Dummerle 2022-04-04 23:25:38 +02:00
parent 5b8bb411ee
commit 0bb74197ce
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1

View file

@ -1,9 +1,5 @@
import os
__version__ = "1.8.7"
code_name = "Stellula Kakopo"
from PyQt5.QtCore import QStandardPaths
resources_path = os.path.join(os.path.dirname(__file__), "../resources/")