From 2324878e481a9bdae70be7a2ff02732864c9d0ba Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Fri, 19 Dec 2014 11:04:01 -0800 Subject: [PATCH] fix 'sys not defined' error when displaying observer not installed warning --- planetstack/core/models/user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/planetstack/core/models/user.py b/planetstack/core/models/user.py index 42ea652..4f723b7 100644 --- a/planetstack/core/models/user.py +++ b/planetstack/core/models/user.py @@ -1,5 +1,6 @@ import os import datetime +import sys from collections import defaultdict from django.db import models from django.db.models import F, Q -- 2.47.0