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

Refactoring

parent 2da547e3
......@@ -6,6 +6,7 @@ import ConfigParser
import const
import validators
import validators.common
##### Public constants #####
......
......@@ -10,8 +10,8 @@ import gobject
import const
import config
import validators
import logger
import validators.common
##### Public classes #####
......
# -*- coding: utf-8 -*-
from common import ValidatorError
__all__ = ["common", "network"]
import common
import network
from common import ValidatorError
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