yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05616
[Branch ~yade-dev/yade/trunk] Rev 2423: (micro-fix for a spurious startup message)
------------------------------------------------------------
revno: 2423
committer: Chiara Modenese <chia@engs-018373>
branch nick: trunk
timestamp: Thu 2010-09-02 11:10:18 +0100
message:
(micro-fix for a spurious startup message)
modified:
py/system.py
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'py/system.py'
--- py/system.py 2010-09-02 09:11:04 +0000
+++ py/system.py 2010-09-02 10:10:18 +0000
@@ -207,7 +207,6 @@
nm=obj.__class__.__name__
print 'WARN: %s.name is deprecated, use:\nWARN: * %s.__class__.__name__ to get the class name (as string)\nWARN: * isinstance(object,%s) to test whether object is of type %s.\n'%(nm,nm,nm,nm)
return nm
- print 'Adding Serializable.name'
yade.wrapper.Serializable.name=property(Serializable_name)
# deprecated names