extensions.st
changeset 459 cae7224c4ab3
parent 452 cbc2f85f11f8
child 491 be154201fc01
--- a/extensions.st	Thu Aug 25 18:08:42 2011 +0200
+++ b/extensions.st	Fri Aug 26 11:08:06 2011 +0200
@@ -185,7 +185,7 @@
 
 monticelloAncestry_code
 
-    self halt.
+    ^'#()'
 
     "Created: / 25-08-2011 / 16:49:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
@@ -482,5 +482,5 @@
 !stx_goodies_monticello class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.11 2011-08-25 16:06:33 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.12 2011-08-26 09:08:06 vrany Exp $'
 ! !
\ No newline at end of file