Commit 3eb713fb authored by Devaev Maxim's avatar Devaev Maxim

Refactoring

parent 2da547e3
...@@ -6,6 +6,7 @@ import ConfigParser ...@@ -6,6 +6,7 @@ import ConfigParser
import const import const
import validators import validators
import validators.common
##### Public constants ##### ##### Public constants #####
......
...@@ -10,8 +10,8 @@ import gobject ...@@ -10,8 +10,8 @@ import gobject
import const import const
import config import config
import validators
import logger import logger
import validators.common
##### Public classes ##### ##### Public classes #####
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from common import ValidatorError __all__ = ["common", "network"]
import common from common import ValidatorError
import network
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment