commit | 4dddbaf6a70aeb6df33afc10b2441d191d1ff9fc | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Fri Jun 03 15:43:27 2016 -0400 |
committer | Andy Bavier <acb@cs.princeton.edu> | Fri Jun 03 15:43:27 2016 -0400 |
tree | ab3a768334cb7707b46c88ad9e83e0c5587177f8 | |
parent | 83702a09bbdca4962032e18efd02df56b61bba02 [diff] |
Fix
diff --git a/xos/services/fabric/models.py b/xos/services/fabric/models.py index 2bf8a0b..28e161a 100644 --- a/xos/services/fabric/models.py +++ b/xos/services/fabric/models.py
@@ -27,6 +27,6 @@ verbose_name = "Fabric Service" proxy = True - simple_attributes = ( ("autoconfig": True) ) + simple_attributes = ( ("autoconfig", True) ) FabricService.setup_simple_attributes()