Index: /issm/trunk-jpl/scripts/BinRead.py
===================================================================
--- /issm/trunk-jpl/scripts/BinRead.py	(revision 24725)
+++ /issm/trunk-jpl/scripts/BinRead.py	(revision 24726)
@@ -5,5 +5,4 @@
 import struct
 from argparse import ArgumentParser
-
 
 def BinRead(filin, filout='', verbose=0):  #{{{
@@ -123,5 +122,4 @@
 #}}}
 
-
 def FormatToCode(format):  # {{{
     """
@@ -154,5 +152,4 @@
     return code
 # }}}
-
 
 def CodeToFormat(code):  # {{{
@@ -187,18 +184,5 @@
 # }}}
 
-
 if __name__ == '__main__':  #{{{
-    if 'PYTHONSTARTUP' in environ:
-        PYTHONSTARTUP = environ['PYTHONSTARTUP']
-        print('PYTHONSTARTUP = {}'.format(PYTHONSTARTUP))
-        if path.exists(PYTHONSTARTUP):
-            try:
-                exec(compile(open(PYTHONSTARTUP).read(), PYTHONSTARTUP, 'exec'), globals())
-
-            except Exception as e:
-                print("PYTHONSTARTUP error: ", e)
-        else:
-            print("PYTHONSTARTUP file '{}' does not exist.".format(PYTHONSTARTUP))
-
     parser = ArgumentParser(description='BinRead - function to read binary input file.')
     parser.add_argument('-f', '--filin', help='name of binary input file', default='')
Index: /issm/trunk-jpl/scripts/OutbinRead.py
===================================================================
--- /issm/trunk-jpl/scripts/OutbinRead.py	(revision 24725)
+++ /issm/trunk-jpl/scripts/OutbinRead.py	(revision 24726)
@@ -128,16 +128,4 @@
 
 if __name__ == '__main__':  #{{{
-    if 'PYTHONSTARTUP' in environ:
-        PYTHONSTARTUP = environ['PYTHONSTARTUP']
-        print('PYTHONSTARTUP = {}'.format(PYTHONSTARTUP))
-        if path.exists(PYTHONSTARTUP):
-            try:
-                exec(compile(open(PYTHONSTARTUP).read(), PYTHONSTARTUP, 'exec'), globals())
-
-            except Exception as e:
-                print("PYTHONSTARTUP error: ", e)
-        else:
-            print("PYTHONSTARTUP file '{}' does not exist.".format(PYTHONSTARTUP))
-
     parser = ArgumentParser(description='OutbinRead - function to read binary input file.')
     parser.add_argument('-f', '--filin', help='name of binary input file', default='')
