|
Last change
on this file since 1341 was 1337, checked in by garnier, 15 years ago |
|
tag geant4.9.4 beta 1 + modifs locales
|
-
Property svn:executable
set to
*
|
|
File size:
341 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/python
|
|---|
| 2 | # ==================================================================
|
|---|
| 3 | # python script for Geant4Py test
|
|---|
| 4 | #
|
|---|
| 5 | #
|
|---|
| 6 | # ==================================================================
|
|---|
| 7 | import test07
|
|---|
| 8 |
|
|---|
| 9 | acolor= test07.Color().red
|
|---|
| 10 |
|
|---|
| 11 | print acolor==test07.Color().red
|
|---|
| 12 | print acolor==test07.Color().blue
|
|---|
| 13 | print acolor==test07.Color().yellow
|
|---|
| 14 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.