Skip to content

Commit 1b818e5

Browse files
committed
Add import I forgot.
1 parent 2bb80bd commit 1b818e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drmaa/wrappers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from __future__ import absolute_import, print_function, unicode_literals
2525

2626
import os
27+
import sys
2728
from ctypes import (c_char_p, c_int, c_long, c_size_t, c_uint, c_ulong, CDLL,
2829
POINTER, RTLD_GLOBAL, sizeof, Structure)
2930
from ctypes.util import find_library

0 commit comments

Comments
 (0)