forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
247 B
Text
6 lines
247 B
Text
The ancient ConfigParser module available in the standard
|
|
library 2.x has seen a major update in Python 3.2. This
|
|
is a backport of those changes so that they can be used
|
|
directly in Python 2.6 - 2.7
|
|
|
|
WWW: https://pypi.python.org/pypi/configparser
|