summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index ae0827729..5a304daeb 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -32,9 +32,6 @@ except:
except:
FQDN = None
-# The parameter system treats all these values as None:
-NULLS = (None, '', u'', tuple(), [])
-
# regular expression NameSpace member names must match:
NAME_REGEX = r'^[a-z][_a-z0-9]*[a-z0-9]$|^[a-z]$'