فهرست منبع

pystone: remove deprecation and replace category with package

Manfred Kroehnert 11 سال پیش
والد
کامیت
eaffee5f09
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.!