[nvda-addons] commit/addonTemplate: norrumar: Removed BOM in docHandler.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Fri, 31 May 2013 14:18:27 -0000

1 new commit in addonTemplate:

https://bitbucket.org/nvdaaddonteam/addontemplate/commits/969d0d4b5560/
Changeset:   969d0d4b5560
Branch:      master
User:        norrumar
Date:        2013-05-31 16:15:26
Summary:     Removed BOM in docHandler.

Affected #:  1 file

diff --git a/docHandler.py b/docHandler.py
index cafcc5a..8aa718b 100644
--- a/docHandler.py
+++ b/docHandler.py
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: UTF-8 -*-
 
 # docHandler: module for managing addons documentation
 # See: http://community.nvda-project.org/ticket/2694

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

--

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.

Community addons can be found here: http://addons.nvda-project.org

Other related posts:

  • » [nvda-addons] commit/addonTemplate: norrumar: Removed BOM in docHandler. - commits-noreply