just autopep8'ed refreshpeer
[plcapi.git] / PLC / Methods / UpdateSiteTag.py
index 5dc1a8c..a5d69f4 100644 (file)
@@ -7,10 +7,12 @@ from PLC.Parameter import Parameter, Mixed
 from PLC.Auth import Auth
 
 from PLC.Sites import Site, Sites
-from PLC.Nodes import Nodes
 from PLC.TagTypes import TagType, TagTypes
 from PLC.SiteTags import SiteTag, SiteTags
 
+# need to import so the core classes get decorated with caller_may_write_tag
+from PLC.AuthorizeHelpers import AuthorizeHelpers
+
 class UpdateSiteTag(Method):
     """
     Updates the value of an existing site setting