commit | f7caea405a7f853da006b588bd2c2255198dacf3 | [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 | 8d108e2ef12a73b8d1ea15da984f03e05690737f [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)