Explorar o código

pystone: remove deprecation and replace category with package

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
eaffee5f09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.!