# HG changeset patch # User Miguel Ángel Bárcena Rodríguez # Date 1409739244 -7200 # Node ID bea86fd8dfc69b7ad506a3072e98a7876c145433 # Parent 878159a13494131896855e65d1514c98420d2c52 - in float diff -r 878159a13494 -r bea86fd8dfc6 Generic/fiebdc.py --- a/Generic/fiebdc.py Thu Nov 28 12:54:42 2013 +0100 +++ b/Generic/fiebdc.py Wed Sep 03 12:14:04 2014 +0200 @@ -3,7 +3,7 @@ ## File fiebdc.py ## This file is part of pyArq-Presupuestos. ## -## Copyright (C) 2010-2013 Miguel Ángel Bárcena Rodríguez +## Copyright (C) 2010-2014 Miguel Ángel Bárcena Rodríguez ## ## ## pyArq-Presupuestos is free software: you can redistribute it and/or modify @@ -103,7 +103,7 @@ "control_backslash" : re.compile(ur"((\r\n)| |\t)+\\"), "valid_code" : re.compile(u"[^A-Za-z0-9ñÑ.$#%&_]"), "special_char": re.compile(u"[#%&]"), - "no_float": re.compile(u"[^0-9.]"), + "no_float": re.compile(u"[^\-0-9.]"), "formula" : re.compile(u".*[^0123456789\.()\+\-\*/\^abcdp ].*"), "comment": re.compile(u"#.*\r\n"), "empty_line": re.compile(ur"(\r\n) *\r\n"), diff -r 878159a13494 -r bea86fd8dfc6 Generic/globalVars.py --- a/Generic/globalVars.py Thu Nov 28 12:54:42 2013 +0100 +++ b/Generic/globalVars.py Wed Sep 03 12:14:04 2014 +0200 @@ -3,7 +3,7 @@ ## File globalVars.py ## This file is part of pyArq-Presupuestos. ## -## Copyright (C) 2010-2013 Miguel Ángel Bárcena Rodríguez +## Copyright (C) 2010-2014 Miguel Ángel Bárcena Rodríguez ## ## ## pyArq-Presupuestos is free software: you can redistribute it and/or modify @@ -24,7 +24,7 @@ import sys version = "pyArq Presupuestos v0.0.0" -changeset = 18 +changeset = 19 baseversion = 0 # path: Paths where find the program files needed