mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 20:05:07 -05:00
pmpkg.py: remove unused imports
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
620d2d9d58
commit
0b0fe51a2c
@ -14,11 +14,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import tempfile
|
|
||||||
import stat
|
|
||||||
import shutil
|
|
||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
import tarfile
|
import tarfile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user