[Pkg-privacy-commits] [onionshare] 37/55: Oops, I can't have a variable called os

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Sep 8 10:27:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian
in repository onionshare.

commit fbe512a2ea5597b2bb2dc68ed7c4c989cc3871cd
Author: Micah Lee <micah at micahflee.com>
Date:   Mon Sep 5 11:06:30 2016 -0700

    Oops, I can't have a variable called os
---
 setup.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index b37f359..40623c7 100644
--- a/setup.py
+++ b/setup.py
@@ -45,13 +45,13 @@ url = 'https://github.com/micahflee/onionshare'
 license = 'GPL v3'
 keywords = 'onion, share, onionshare, tor, anonymous, web server'
 
-os = platform.system()
+p = platform.system()
 
 # Windows and Mac
-if os == 'Windows' or os == 'Darwin':
+if p == 'Windows' or p == 'Darwin':
     from cx_Freeze import setup, Executable
 
-    if os == 'Windows':
+    if p == 'Windows':
         executables = [
             Executable('install/scripts/onionshare',
                 icon='install/onionshare.ico',
@@ -64,7 +64,7 @@ if os == 'Windows' or os == 'Darwin':
         ]
         custom_info_plist = ''
 
-    elif os == 'Darwin':
+    elif p == 'Darwin':
         executables = [
             Executable('install/scripts/onionshare-gui'),
             Executable('install/scripts/onionshare')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list