From e76d0184828c3da10e561bd1becf2f8e0f377e7f Mon Sep 17 00:00:00 2001 From: Adrien JUND Date: Mon, 24 Oct 2016 10:23:49 +0200 Subject: Add missing import ctypes --- fs/expose/dokan/libdokan.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fs') diff --git a/fs/expose/dokan/libdokan.py b/fs/expose/dokan/libdokan.py index b848316..32ef3b3 100644 --- a/fs/expose/dokan/libdokan.py +++ b/fs/expose/dokan/libdokan.py @@ -7,6 +7,7 @@ """ +import ctypes from ctypes import * try: -- cgit v1.2.1