Go to file
Marek Kubica fc8ab5b216 Changed from sys.argv to __file__
With sys.path the package depends on the fact that the mangle.pyw
launcher is exactly one directory under the package. __file__ on the
other hand, is relative to the package, so it does not matter where the
mangle.pyw file is or whether it even exists at all, thus making the
package self-contained. This is useful when putting the package in
site-packages and the launcher into $PATH.
2011-11-15 17:32:41 +09:00
mangle Changed from sys.argv to __file__ 2011-11-15 17:32:41 +09:00
ref cleaning up some files 2011-08-28 20:18:38 -07:00
.gitignore fixing about box 2011-10-30 13:32:40 -08:00
LICENSE readme stub 2011-08-28 08:48:05 -07:00
mangle.pyw some cleanup and reorg 2011-10-30 13:55:55 -07:00
nodist adding a nodist file for 7zip 2011-10-30 14:44:40 -07:00
README readme stub 2011-08-28 08:48:05 -07:00
setup.py initial drop 2011-08-28 07:57:22 -07:00