From f7ebeb0a9ede9a78990a292252affcb2a3a5456d Mon Sep 17 00:00:00 2001 From: Calvin Date: Mon, 1 Apr 2013 13:51:56 -0400 Subject: move the docstring to the top, remove an old comment --- feast.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/feast.py b/feast.py index 9cf5725..8623044 100644 --- a/feast.py +++ b/feast.py @@ -1,7 +1,3 @@ -import numpy as np -from ctypes import * - - ''' The FEAST module provides an interface between the C-library for feature selection to Python. @@ -22,10 +18,8 @@ from ctypes import * __email__ = "mutantturkey@gmail.com" __status__ = "Release" ''' - -# I listed the function definitions in alphabetical order. Lets -# keep this up. - +import numpy as np +from ctypes import * try: libFSToolbox = CDLL("libFSToolbox.so"); -- cgit v1.2.3