mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Moved appending pacakge to path from setup.py to __init__ file.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import os
|
||||
from sys import path
|
||||
from os.path import dirname
|
||||
|
||||
path.append(dirname(__file__))
|
||||
path.append(os.path.dirname(__file__))
|
||||
|
||||
__version__=0.1
|
||||
|
||||
import logging
|
||||
from delugeUtils import BASE_DIR
|
||||
|
||||
logger = logging.getLogger('deluge_cli')
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user