[Pkg-privacy-commits] [onionshare] 17/53: Merge pull request #207 from lazlolazlolazlo/docstrings

Ulrike Uhlig u-guest at moszumanska.debian.org
Wed Dec 30 00:20:11 UTC 2015


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

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

commit d67ca2c406c94e7542aa754c4d389026f9a0389c
Merge: 2b1a3e9 7fada80
Author: Micah Lee <micah at micahflee.com>
Date:   Sun Nov 8 12:44:30 2015 -0800

    Merge pull request #207 from lazlolazlolazlo/docstrings
    
    Add some missing docstrings.

 onionshare/helpers.py    | 21 +++++++++++++++++++++
 onionshare/strings.py    |  7 +++++++
 onionshare_gui/common.py |  6 ++++++
 3 files changed, 34 insertions(+)

diff --cc onionshare_gui/common.py
index 4ec83ea,5caedfb..d31ec55
--- a/onionshare_gui/common.py
+++ b/onionshare_gui/common.py
@@@ -20,8 -20,10 +20,11 @@@ along with this program.  If not, see <
  import os, sys, inspect, platform
  from onionshare import helpers
  
 +
  def get_onionshare_gui_dir():
+     """
+     Returns the OnionShare gui directory.
+     """
      p = helpers.get_platform()
      if p == 'Darwin':
          onionshare_gui_dir = os.path.dirname(__file__)

-- 
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