Add Pa to units
This commit is contained in:
parent
e2669f074b
commit
6214ff6de8
@ -10,7 +10,7 @@
|
|||||||
## No unicode variable names (μ,Ω) allowed until python 3
|
## No unicode variable names (μ,Ω) allowed until python 3
|
||||||
|
|
||||||
SI_PREFIXES = 'yzafpnum kMGTPEZY'
|
SI_PREFIXES = 'yzafpnum kMGTPEZY'
|
||||||
UNITS = 'm,s,g,W,J,V,A,F,T,Hz,Ohm,S,N,C,px,b,B'.split(',')
|
UNITS = 'm,s,g,W,J,V,A,F,T,Hz,Ohm,S,N,C,px,b,B,Pa'.split(',')
|
||||||
allUnits = {}
|
allUnits = {}
|
||||||
|
|
||||||
def addUnit(p, n):
|
def addUnit(p, n):
|
||||||
|
Loading…
Reference in New Issue
Block a user