1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-03 06:45:55 +01:00

Merge Nik Nyby 2011-03-27 removed copy module, since it's no longer being used.

This commit is contained in:
David Paleino
2011-08-07 22:45:28 +02:00

View File

@@ -24,7 +24,7 @@ reusable for other purposes as well.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import sys, os, copy
import sys, os
from ConfigParser import RawConfigParser, ParsingError