commit/placeMarkers: norrumar: Fix path of Python sources, reported by @josephsl

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 16 Jan 2017 18:39:24 -0000

1 new commit in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/2b31ddf5eebb/
Changeset:   2b31ddf5eebb
Branch:      stable
User:        norrumar
Date:        2017-01-16 18:38:24+00:00
Summary:     Fix path of Python sources, reported by @josephsl

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 9bf98c9..2b6f9f4 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -33,7 +33,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 = [os.path.join("addon", "*.py"), os.path.join("addon", 
"globalPlugins", "*.py")]
+pythonSources = [os.path.join("addon", "*.py"), os.path.join("addon", 
"globalPlugins", "placeMarkers", "*.py")]
 
 # Files that contain strings for translation. Usually your python sources
 i18nSources = pythonSources + ["buildVars.py"]

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

--

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

Other related posts:

  • » commit/placeMarkers: norrumar: Fix path of Python sources, reported by @josephsl - commits-noreply