summaryrefslogtreecommitdiffstats
path: root/accounts/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/account.py')
-rw-r--r--accounts/account.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/accounts/account.py b/accounts/account.py
deleted file mode 100644
index 72ea42d..0000000
--- a/accounts/account.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- coding: utf-8 -*-
-from models import Service
-
-SERVICES = [
- Service('foren', 'Foren', 'https://foren.spline.inf.fu-berlin.de/'),
- Service('fragen', 'Fragen', 'https://fragen.spline.inf.fu-berlin.de/'),
- Service('gitlab', 'Gitlab', 'https://gitlab.spline.inf.fu-berlin.de/'),
- Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
- Service('zettel', 'Zettel', 'https://zettel.spline.inf.fu-berlin.de/'),
-]