pdf2swf_gui: fixed calling of swfcombine in case of installation dirs with spaces
[swftools.git] / lib / as3 / err / bogusimport.as
1 package abc {
2     import some.nonexisting.package.MyClass;
3 }