aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-09-04 16:03:47 +0200
committerGuido Günther <agx@sigxcpu.org>2013-09-04 16:03:47 +0200
commit5f909854d514be85c45e20e6bf12ce06e2b1d103 (patch)
tree4f79619597d10d268d2589fed3d30198e3e84dd1
parente1c0bb85cb3d9434c91d60c1b0cfd9873d89468c (diff)
Remove unused import
-rw-r--r--src/ppm/accountdb.py2
-rwxr-xr-xsrc/prepaid-manager-applet.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/ppm/accountdb.py b/src/ppm/accountdb.py
index 47bbef6..e0a22a3 100644
--- a/src/ppm/accountdb.py
+++ b/src/ppm/accountdb.py
@@ -18,8 +18,6 @@ from gi.repository import Gio
from gi.repository import GObject
import logging
-from provider import Provider
-
class Account(GObject.GObject):
identifier = GObject.property(type=str,
nick='account identifier',
diff --git a/src/prepaid-manager-applet.py b/src/prepaid-manager-applet.py
index df57088..7df7da7 100755
--- a/src/prepaid-manager-applet.py
+++ b/src/prepaid-manager-applet.py
@@ -28,7 +28,6 @@ import time
import ppm
from ppm.modemproxy import (ModemManagerProxy, ModemError)
-from ppm.provider import Provider
from ppm.providerdb import ProviderDB
from ppm.accountdb import AccountDB