[nvda-addons] commit/eMule: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Mon, 13 May 2013 20:37:56 -0000

2 new commits in eMule:

https://bitbucket.org/nvdaaddonteam/emule/commits/2a401db815cb/
Changeset:   2a401db815cb
Branch:      None
User:        mhameed
Date:        2013-05-13 22:35:11
Summary:     remove utf8 bom from emule.py, otherwise xgettext will error.

Affected #:  1 file

diff --git a/addon/appModules/emule.py b/addon/appModules/emule.py
index 71a6cfb..909c45e 100644
--- a/addon/appModules/emule.py
+++ b/addon/appModules/emule.py
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: UTF-8 -*-
 
 # eMuleNVDASupport: An app module for eMule
 # Version: 1.1-dev


https://bitbucket.org/nvdaaddonteam/emule/commits/b017f9f20cac/
Changeset:   b017f9f20cac
Branch:      master
User:        mhameed
Date:        2013-05-13 22:37:42
Summary:     Declare the location of our python sources so that addon includes 
these files. Pot file now also correctly picks up the translatable messages.

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 32dc656..9c14b97 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -27,7 +27,7 @@ import os.path
 
 # Define the python files that are the sources of your add-on.
 # You can use glob expressions here, they will be expanded.
-pythonSources = []
+pythonSources = [os.path.join("addon", "appModules", "*.py")]
 
 # Files that contain strings for translation. Usually your python sources
 i18nSources = pythonSources + ["buildVars.py"]

Repository URL: https://bitbucket.org/nvdaaddonteam/emule/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
----------------------------------------------------------------

NVDA add-ons Central: A list for discussing NVDA add-ons

To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.

To unsubscribe, send an email with the subject line of "unsubscribe" (without 
quotes) to nvda-addons-request@xxxxxxxxxxxxx.

If you have questions for list moderators, please send a message to 
nvda-addons-moderators@xxxxxxxxxxxxx.

Other related posts:

  • » [nvda-addons] commit/eMule: 2 new changesets - commits-noreply