Remove unused os import

This commit is contained in:
Dimitris Zlatanidis 2015-08-18 04:31:03 +03:00
parent 1826a6f7c3
commit fe1f216b2d

View file

@ -22,8 +22,6 @@
# 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
from slpkg.utils import Utils from slpkg.utils import Utils
from slpkg.toolbar import status from slpkg.toolbar import status
from slpkg.splitting import split_package from slpkg.splitting import split_package