diff options
author | Jani Välimaa <wally@mageia.org> | 2024-12-30 17:02:16 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-12-30 17:02:16 +0200 |
commit | 7d4b64d10756beac2d8ff28e4c75ccfc039a9145 (patch) | |
tree | 68cdb254b84eef4f3ac998597fa5f9c3f4a59171 | |
parent | 3e4cd80ae9ff68dc0219ace90a4a52eec4b2f2e3 (diff) | |
download | bm-7d4b64d10756beac2d8ff28e4c75ccfc039a9145.tar bm-7d4b64d10756beac2d8ff28e4c75ccfc039a9145.tar.gz bm-7d4b64d10756beac2d8ff28e4c75ccfc039a9145.tar.bz2 bm-7d4b64d10756beac2d8ff28e4c75ccfc039a9145.tar.xz bm-7d4b64d10756beac2d8ff28e4c75ccfc039a9145.zip |
Drop unneeded codecs import
-rw-r--r-- | BuildManager/package.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BuildManager/package.py b/BuildManager/package.py index 99e9b11..cb8b219 100644 --- a/BuildManager/package.py +++ b/BuildManager/package.py @@ -4,7 +4,6 @@ from collections import UserList import subprocess import os import re -import codecs class BuildManagerFileError(Error): pass class BuildManagerPackageError(Error): pass |