Commit b86f3f4b by Czémán Arnold

freebsd: fix _freebsd_set_time() method

Issue: #24
parent b2b74fcb
...@@ -67,6 +67,7 @@ class Context(BaseContext): ...@@ -67,6 +67,7 @@ class Context(BaseContext):
# http://stackoverflow.com/questions/12081310/ # http://stackoverflow.com/questions/12081310/
# python-module-to-change-system-date-and-time # python-module-to-change-system-date-and-time
@staticmethod
def _freebsd_set_time(time): def _freebsd_set_time(time):
import ctypes import ctypes
import ctypes.util 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