deluge/packaging/win32
Calum Lind 3a2ff0c188 [Lint] Convert all python double quotes to single quotes
* A rather disruptive change but for a few reasons such as easier to read,
   easier type, keep consistent and javascript code uses single quotes.
 * There are a few exceptions for the automated process:
    * Any double quotes in comments
    * Triple double quotes for docstrings
    * Strings containing single quotes are left e.g. "they're"

 * To deal with merge conflicts from feature branches it is best to follow
   these steps for each commit:
     * Create a patch: `git format-patch -1 <sha1>`
     * Edit the patch and replace double quotes with single except those in
       comments or strings containing an unescaped apostrophe.
     * Check the patch `git apply --check <patchfile>` and fix any remaining
       issues if it outputs an error.
     * Apply the patch `git am < <patchfile>`
2016-11-03 21:45:45 +00:00
..
DelugeStart Theme Create a packaging directory 2015-08-21 09:58:30 +01:00
Win32 README.txt Create a packaging directory 2015-08-21 09:58:30 +01:00
deluge-bbfreeze.py [Lint] Convert all python double quotes to single quotes 2016-11-03 21:45:45 +00:00
deluge-win32-installer.nsi [#2777] Update MSVC SP1 check to latest release CLID 2015-11-23 23:30:50 +00:00
installer-side.bmp Create a packaging directory 2015-08-21 09:58:30 +01:00
installer-top.bmp Create a packaging directory 2015-08-21 09:58:30 +01:00