]> git.ipfire.org Git - collecty.git/blobdiff - collecty/plugins/base.py
Update plugins to adapt the recent changes.
[collecty.git] / collecty / plugins / base.py
index 2997d11d74a05cc2931950e53b95672ee3bfd997..8f67a3c7e9bc69c465bd8e8745f50ada065360b5 100644 (file)
@@ -305,13 +305,6 @@ class DataSource(threading.Thread):
                if self.timer:
                        self.timer.cancel()
 
-       @property
-       def now(self):
-               """
-                       Returns the current timestamp in the UNIX timestamp format (UTC).
-               """
-               return int(time.time())
-
 
 class GraphTemplate(object):
        # A unique name to identify this graph template.