Ignore:
Timestamp:
11/01/08 21:33:30 (4 years ago)
Author:
Paul Kienzle
Message:

Fix typo on standard path name (Refs #101)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/nxs.py

    r976 r980  
    210210        # Search the load library path as well as the standard locations 
    211211        ldpath = [p for p in os.environ.get(ldenv,'').split(':') if p != ''] 
    212         stdpath = ['usr/local/lib','/usr/lib'] 
     212        stdpath = ['/usr/local/lib','/usr/lib'] 
    213213        files += [os.path.join(p,lib) for p in [filedir]+ldpath+stdpath] 
    214214 
Note: See TracChangeset for help on using the changeset viewer.