In getparams() we now check for optparse modules via optik as well. The optparse module is only available in Python 2.3, it is available as Optik in older versions. If missing the installer handles this.
This commit is contained in:
4
BUGS
4
BUGS
@@ -1,6 +1,8 @@
|
||||
Open bugs:
|
||||
- optparse only included with python 2.3. Make sure installer detects.
|
||||
- Find out if a record is modifiable, otherwise return info. CNAME and A records.
|
||||
|
||||
|
||||
Fixed bugs
|
||||
- optparse only included with python 2.3. Make sure installer detects.
|
||||
Solution:
|
||||
from optik import OptionParser
|
||||
|
||||
Reference in New Issue
Block a user