BZip2Stream.st
branchjv
changeset 4276 956420daf17d
parent 4055 a3ec99ac3663
parent 4259 78c1a6dc76d4
child 4681 87d6e69daf7b
--- a/BZip2Stream.st	Thu Jan 12 09:42:58 2017 +0000
+++ b/BZip2Stream.st	Mon Jan 16 19:56:46 2017 +0000
@@ -9,14 +9,15 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libbasic2' }"
 
-"{ Package: 'stx:libbasic2' }"
+"{ NameSpace: Smalltalk }"
 
 CompressionStream subclass:#BZip2Stream
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'System-Compress'
+	category:'Streams-Compressed'
 !
 
 !BZip2Stream primitiveDefinitions!
@@ -440,3 +441,4 @@
 version
     ^ '$Header$'
 ! !
+