--- a/eric4-pluginuninstall.py Fri Jan 01 16:11:36 2010 +0000 +++ b/eric4-pluginuninstall.py Sat Jan 02 15:11:35 2010 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright (c) 2007 - 2009 Detlev Offenbach <detlev@die-offenbachs.de> @@ -13,10 +13,6 @@ import sys import os -import sip -sip.setapi("QString", 2) -sip.setapi("QVariant", 2) - for arg in sys.argv: if arg.startswith("--config="): import Utilities