renommages
This commit is contained in:
6
test/pr3.py
Normal file
6
test/pr3.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
# coding: utf-8
|
||||
|
||||
|
||||
def pr3nt(salut) :
|
||||
print salut
|
||||
BIN
test/pr3.pyc
Normal file
BIN
test/pr3.pyc
Normal file
Binary file not shown.
11
test/test.py
Normal file
11
test/test.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
# coding: utf-8
|
||||
|
||||
#import pr3
|
||||
|
||||
import sys
|
||||
from pr3 import *
|
||||
|
||||
truc = sys.argv[1]
|
||||
|
||||
pr3nt(truc)
|
||||
Reference in New Issue
Block a user