PBMReader.st
branchjv
changeset 3855 1db7742d33ad
parent 1848 864ca2cd4e71
--- a/PBMReader.st	Thu Jan 19 12:00:14 2017 +0000
+++ b/PBMReader.st	Mon Jan 23 12:42:33 2017 +0000
@@ -9,9 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
+"{ Package: 'stx:libview2' }"
 
-"{ Package: 'stx:libview2' }"
+"{ NameSpace: Smalltalk }"
 
 ImageReader subclass:#PBMReader
 	instanceVariableNames:'maxVal'
@@ -564,4 +564,5 @@
     ^ '$Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.42 2003-11-19 15:38:51 cg Exp $'
 ! !
 
+
 PBMReader initialize!