version 2.0

pull/13/head
kstaats 2018-04-12 16:56:43 -07:00
parent 98cf28a2f5
commit fe287203db
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ An example is given, as follows:
'''
import os
import sys; #sys.path.append('modules/') # add directory 'modules' to the current path
import sys; sys.path.append('modules/') # add directory 'modules' to the current path
import argparse
import karoo_gp_base_class; gp = karoo_gp_base_class.Base_GP()