aboutsummaryrefslogtreecommitdiff
path: root/src/ppm/accountdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppm/accountdb.py')
-rw-r--r--src/ppm/accountdb.py2
1 files changed, 0 insertions, 2 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',