Commit 578bcfa2 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

changed module to make isispy importable

parent abb56482
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
%Module(name=bundle,
%Module(name=libisispy,
        version=0,
        keyword_arguments="Optional")

@@ -23,7 +23,6 @@
    return ret;
  }


  // Loads library files which match the given regex.
  // All files matching regex are piped into QLibrary and Loaded.
  //
@@ -60,13 +59,6 @@
  }
%End

%InitialisationCode
    QString isis_root = QString::fromStdString(getenv("ISISROOT"));

    load_libs(isis_root + "/3rdParty/lib/lib*");
    load_libs(isis_root + "/lib/libisis*");
%End

%Include type_conversions.sip

%Include ControlPoint.sip