Commit 16b8fc3a by Czémán Arnold

Add missing staticmethod decorator

parent 7f3d854d
......@@ -51,6 +51,7 @@ class Context(BaseContext):
# http://stackoverflow.com/questions/12081310/
# python-module-to-change-system-date-and-time
@staticmethod
def _linux_set_time(time):
import ctypes
import ctypes.util
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment