Changeset 1461 for trunk/bindings/python/nxs
- Timestamp:
- 07/05/10 17:36:52 (21 months ago)
- Location:
- trunk/bindings/python/nxs
- Files:
-
- 2 edited
-
__init__.py (modified) (2 diffs)
-
napi.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxs/__init__.py
r1131 r1461 1 1 # This program is public domain 2 """ 2 """@package nxs 3 3 Python NeXus interface. 4 4 … … 15 15 """ 16 16 17 ## @mainpage NeXus Python Documentation 18 ## See nxs.napi on the Packages tab 19 17 20 from nxs.napi import * -
trunk/bindings/python/nxs/napi.py
r1222 r1461 2 2 # Author: Paul Kienzle 3 3 4 """ 4 """@package nxs.napi 5 5 Wrapper for the NeXus shared library. 6 6
Note: See TracChangeset
for help on using the changeset viewer.
