mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Moved __version__ to separate file
This commit is contained in:
@@ -3,7 +3,7 @@ from sys import path
|
||||
|
||||
path.append(os.path.dirname(__file__))
|
||||
|
||||
__version__=0.1
|
||||
path.append(dirname(__file__))
|
||||
|
||||
import logging
|
||||
from delugeUtils import BASE_DIR
|
||||
|
||||
Reference in New Issue
Block a user