1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 07:02:29 +01:00

removed copy module, since it's no longer being used.

This commit is contained in:
Nik Nyby
2011-03-27 22:27:20 -07:00
parent 340725e9a7
commit 9e9c49fb13

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