root/gdadin/gdadin_setparams.py
| Revision 1426, 180 bytes (checked in by alpt, 6 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | |
| 3 | import gdadin |
| 4 | |
| 5 | class GdadinSetparams(gdadin.Gdadin): |
| 6 | def effect(self): |
| 7 | self.setshapecallparams() |
| 8 | |
| 9 | e = GdadinSetparams() |
| 10 | e.affect() |
Note: See TracBrowser for help on using the browser.
