Oops, added missing method PO>>forPackage:
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 02 Oct 2014 00:10:55 +0100
changeset 356 574f76b242dd
parent 355 c5b093508242
child 357 3f9537b02310
Oops, added missing method PO>>forPackage:
SmallSense__PO.st
--- a/SmallSense__PO.st	Wed Oct 01 23:56:02 2014 +0100
+++ b/SmallSense__PO.st	Thu Oct 02 00:10:55 2014 +0100
@@ -120,6 +120,12 @@
     "Created: / 12-08-2014 / 10:40:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+forPackage:aSymbol
+    ^ PackagePO new initializeWithPackage: aSymbol
+
+    "Created: / 02-10-2014 / 00:01:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 subject: anObject
     <resource: #obsolete>