MCWorkingCopyBrowser.st
branchjv
changeset 995 92bb466548a9
parent 602 4d0ee5eb4551
child 1121 c5661215109c
--- a/MCWorkingCopyBrowser.st	Thu Apr 30 21:53:12 2015 +0200
+++ b/MCWorkingCopyBrowser.st	Sun May 10 05:53:16 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'stx:goodies/monticello' }"
 
+"{ NameSpace: Smalltalk }"
+
 MCTool subclass:#MCWorkingCopyBrowser
 	instanceVariableNames:'workingCopy workingCopyWrapper repository defaults'
 	classVariableNames:''
@@ -538,4 +540,5 @@
     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWorkingCopyBrowser.st,v 1.2 2012-09-11 21:15:12 cg Exp $'
 ! !
 
+
 MCWorkingCopyBrowser initialize!