summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/UnZip.py
Commit message (Collapse)AuthorAgeFilesLines
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+3
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+1
| | | | Whitespaces and EOF fixup
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-16/+1
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-2/+5
|
* Internal plugins PEP8 cleanupGravatar Walter Purcaro 2013-11-231-2/+3
|
* improved plugin loader, import hook to always use newest plugin versionsGravatar RaNaN 2011-11-141-1/+1
|
* simple unzip pluginGravatar RaNaN 2011-10-141-0/+49