added storagecounter test and renamed setup
This commit is contained in:
parent
311dda91d6
commit
085b90f84c
20 changed files with 120 additions and 76 deletions
|
@ -36,7 +36,7 @@ except ModuleNotFoundError:
|
|||
|
||||
# Onionr imports
|
||||
from etc import onionrvalues # For different Onionr related constants such as versions
|
||||
import setup
|
||||
import onionrsetup as setup
|
||||
|
||||
# Ensure we have at least the minimum python version
|
||||
if sys.version_info[0] == 2 or sys.version_info[1] < onionrvalues.MIN_PY_VERSION:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue