minor refactoring/cosmetics

This commit is contained in:
Miroslav Stampar
2010-12-24 11:06:57 +00:00
parent 23dc408901
commit aab14fa2d3
4 changed files with 8 additions and 4 deletions

View File

@@ -1091,7 +1091,6 @@ def __setConfAttributes():
conf.dbmsConnector = None
conf.dbmsHandler = None
conf.dumpPath = None
conf.dynMarkLength = 32
conf.httpHeaders = []
conf.hostname = None
conf.loggedToOut = None

View File

@@ -71,6 +71,9 @@ UNKNOWN_DBMS_VERSION = "Unknown"
LOWER_RATIO_BOUND = 0.02
UPPER_RATIO_BOUND = 0.98
# dynamicity mark length used in dynamicity removal engine
DYNAMICITY_MARK_LENGTH = 32
# System variables
IS_WIN = subprocess.mswindows
# The name of the operating system dependent module imported. The following