NameSpace.st
changeset 2144 76dd062d32a1
parent 2058 09ea6d9cd607
child 2177 80f6ec11f797
--- a/NameSpace.st	Fri Jan 10 21:47:13 1997 +0100
+++ b/NameSpace.st	Fri Jan 10 21:54:28 1997 +0100
@@ -162,6 +162,7 @@
                          classVariableNames:''
                          poolDictionaries:''
                          category:'uncategorized namespace'.
+
     "/ nameSpaces are not in any package
     newNamespace setPackage:nil.
     ^ newNamespace
@@ -172,7 +173,7 @@
      foo at:#bar put:(Metaclass new new)
     "
 
-    "Modified: 4.1.1997 / 16:50:02 / cg"
+    "Modified: 10.1.1997 / 21:54:22 / cg"
 !
 
 new
@@ -300,5 +301,5 @@
 !Namespace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.18 1997-01-04 19:36:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.19 1997-01-10 20:54:28 cg Exp $'
 ! !