Merge pull request #7492 from cvrebert/patch-1

client/ssh/wrapper/config.py: rm unused import of urllib2
This commit is contained in:
Joseph Hall 2013-09-27 13:18:50 -07:00
commit bdce0076f1

View File

@ -6,7 +6,6 @@ Return config information
# Import python libs
import re
import os
import urllib2
# Import salt libs
import salt.utils