code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb in rwdgutenberg-0.09 vs code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb in rwdgutenberg-0.12

- old
+ new

@@ -1,8 +1,8 @@ #view contents of a tinker applet def viewappletcontents require 'fileutils' - require 'extras/zip/zip' + require 'lib/zip/zip' nametext = "%s" % [@a_installapplet] begin # exception trapped block fullname = nametext + ".zip" fileName = File.join($zipslocation,fullname)