Euhhh, j'ai pas tout suivi. C'est quoi la feinte?
Cheers
Karim
Le 27/06/2012 21:49, [email protected] a écrit :
# -*- coding: cp1252 -*-
# café.py
import sys
print(sys.version)
sys.path.append('d:\\crème')
import crème
import sucré
s = ' '.join(['un', 'café', crème.tag, sucré.tag])
print(s)
input(':')
#------
# .\sucré.py:
# -*- coding: cp1252 -*-
#tag = 'sucré'
#------
# d:\crème\crème.py
# -*- coding: cp1252 -*-
#tag = 'crème'
# output
# 3.3.0b1 (v3.3.0b1:e15c554cd43e+, Jun 26 2012, 20:30:00) [MSC v.1600 32 bit
(Intel)]
# un café crème sucré
# :
# :-)
--
http://mail.python.org/mailman/listinfo/python-list