Parcourir la source

pystone: remove deprecation and replace category with package

Manfred Kroehnert il y a 11 ans
Parent
commit
eaffee5f09
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      nodejs/pystone/Pystone.st

+ 1 - 1
nodejs/pystone/Pystone.st

@@ -1,6 +1,6 @@
 Object subclass: #PyStoneRecord
 	instanceVariableNames: 'ptrComp discr enumComp intComp stringComp'
-	category: 'Pystone'!
+	package: 'Pystone'!
 !PyStoneRecord commentStamp!
 Record class used in Pystone benchmark.!