-
Committer:
Joshua Harlow
-
Date:
2014-03-02 01:28:02 UTC
-
Revision ID:
harlowja@gmail.com-20140302012802-foh4inscwgr2kkiq
Remove usage of bool as string
The net_util format is that 'auto' if
it exists will be a boolean so it is likely
that the code that exists does not correctly
work in this mode (since it tries to do a
lower() call on a boolean, which will not work).