commit | 2ec862b9e1cd714fd6780cc8a77ae52dc22c6194 | [log] [tgz] |
---|---|---|
author | Tony Mack <tmack@cs.princeton.edu> | Wed May 13 12:17:28 2015 -0400 |
committer | Tony Mack <tmack@cs.princeton.edu> | Wed May 13 12:17:28 2015 -0400 |
tree | 9a67cb203f6d3880a72627abc826629d5d34f1d1 | |
parent | 60789acd99e00519ba00215a778dd794686c3b20 [diff] |
fix syntax error
diff --git a/xos/core/models/service.py b/xos/core/models/service.py index 0b75ce3..a9ce9f4 100644 --- a/xos/core/models/service.py +++ b/xos/core/models/service.py
@@ -104,7 +104,6 @@ s.save() # print "add sliver", s ->>>>>>> origin/master class ServiceAttribute(PlCoreBase): name = models.SlugField(help_text="Attribute Name", max_length=128)