Merge pull request #9386 from cvrebert/patch-3

yumpkg5 mod: rm unused import of `re` module
This commit is contained in:
Thomas S Hatch 2013-12-21 00:06:57 -08:00
commit 3fb7839bfc

View File

@ -7,7 +7,6 @@ Support for YUM
import copy
import logging
import os
import re
# Import salt libs
import salt.utils