Procházet zdrojové kódy

pystone: remove deprecation and replace category with package

Manfred Kroehnert před 11 roky
rodič
revize
eaffee5f09
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.!