Commit 7fe355e0 authored by Davis King's avatar Davis King
Browse files

Oops, put import statements after path adjustment

parent 7fcb6c28
from _dlib_pybind11 import *
from _dlib_pybind11 import __version__, __time_compiled__
# Copyright (C) 2020 Davis E. King (davis@dlib.net)
# License: Boost Software License See LICENSE.txt for the full license.
try:
import os
......@@ -9,3 +8,6 @@ try:
os.add_dll_directory(os.path.join(os.environ['CUDA_PATH'], 'bin'))
except (AttributeError,KeyError):
pass
from _dlib_pybind11 import *
from _dlib_pybind11 import __version__, __time_compiled__
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 to comment