Skip to content
Snippets Groups Projects
Commit bfade1a5 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Remove obsolete comments

parent 2eeb5acf
No related branches found
No related tags found
1 merge request!40Fix Python interface
......@@ -29,8 +29,6 @@ from ctypes import (
create_string_buffer,
)
# CAREFUL where the python script is invoked from. This must be modified based
# on where the .so is located.
SOFILE = None
if SOFILE is None:
import os
......@@ -48,7 +46,6 @@ if SOFILE is None:
".libs",
"libmtime{0}".format(SOFILE),
)
# load lib
libmtime = cdll.LoadLibrary(SOFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment