Commit 68550e89 authored by Fred Drake's avatar Fred Drake

Move the asBoolean() helper to where it is actually used, since it is now

only used once within the ZConfig package.
parent 9b429c7f
...@@ -18,7 +18,7 @@ Adapted from DBTab/StorageTypes.py. ...@@ -18,7 +18,7 @@ Adapted from DBTab/StorageTypes.py.
import re import re
from ZConfig.Common import asBoolean from ZConfig.Config import asBoolean
def convertFileStorageArgs(quota=None, stop=None, **kw): def convertFileStorageArgs(quota=None, stop=None, **kw):
......
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