commit | 8c95eb494bf62702f612b9c6a75abc7b45e411f5 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue May 02 12:17:52 2017 +0200 |
committer | Scott Baker <scottb@onlab.us> | Tue May 02 14:15:54 2017 -0700 |
tree | 5d7ee097aa9608256b56c83a7286d8c2e2f1b2ee | |
parent | b14e5ad91e3cc2d4dcd2ef0776370e7d55bbe913 [diff] [blame] |
Brought Fabric service over to xproto Change-Id: I4d7267071450aae15b8e53fdf2b772fa1cb82577
diff --git a/xos/attic/header.py b/xos/attic/header.py new file mode 100644 index 0000000..7b59c4e --- /dev/null +++ b/xos/attic/header.py
@@ -0,0 +1,6 @@ +from django.db import models +from django.db.models import * +from core.models import Service +import traceback +from xos.exceptions import * +from xos.config import Config