Rev3177, Import missing SafeRe module

This commit is contained in:
shortcutme 2017-12-20 23:35:49 +01:00
parent c7d067ea3c
commit ccd002b97f
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.6.0"
self.rev = 3176
self.rev = 3177
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"

View File

@ -8,6 +8,8 @@ import sys
import sqlite3
import gevent.event
import util
from util import SafeRe
from Db import Db
from Debug import Debug
from Config import config