Removed unwanted imports

This commit is contained in:
Rahul Handay 2015-05-06 21:54:37 +05:30
parent f12bfcf248
commit 9bc1519ee7

View File

@ -21,10 +21,6 @@ ensure_in_syspath('../../')
# Import Salt Libs
from salt.states import win_update
# Globals
win_update.__salt__ = {}
win_update.__opts__ = {}
class MockPyWinUpdater(object):
'''