fix 'sys not defined' error when displaying observer not installed warning
[plstackapi.git] / planetstack / core / models / user.py
index e891452..b30e897 100644 (file)
@@ -1,5 +1,6 @@
 import os
 import datetime
+import sys
 from collections import defaultdict
 from django.forms.models import model_to_dict
 from django.db import models