|
1 | 1 | """ |
2 | 2 | """ |
3 | 3 |
|
4 | | -from quantities.parser import unit_registry |
5 | | - |
6 | | -import acceleration |
7 | | -unit_registry.update(acceleration) |
8 | | -from acceleration import * |
9 | | - |
10 | | -import angle |
11 | | -unit_registry.update(angle) |
12 | | -from angle import * |
13 | | - |
14 | | -import area |
15 | | -unit_registry.update(area) |
16 | | -from area import * |
17 | | - |
18 | | -import compound |
19 | | -unit_registry.update(compound) |
20 | | -from compound import * |
21 | | - |
22 | | -import dimensionless |
23 | | -unit_registry.update(dimensionless) |
24 | | -from dimensionless import * |
25 | | - |
26 | | -import electromagnetism |
27 | | -unit_registry.update(electromagnetism) |
28 | | -from electromagnetism import * |
29 | | - |
30 | | -import energy |
31 | | -unit_registry.update(energy) |
32 | | -from energy import * |
33 | | - |
34 | | -import force |
35 | | -unit_registry.update(force) |
36 | | -from force import * |
37 | | - |
38 | | -import frequency |
39 | | -unit_registry.update(frequency) |
40 | | -from frequency import * |
41 | | - |
42 | | -import heat |
43 | | -unit_registry.update(heat) |
44 | | -from heat import * |
45 | | - |
46 | | -import information |
47 | | -unit_registry.update(information) |
48 | | -from information import * |
49 | | - |
50 | | -import length |
51 | | -unit_registry.update(length) |
52 | | -from length import * |
53 | | - |
54 | | -import mass |
55 | | -unit_registry.update(mass) |
56 | | -from mass import * |
57 | | - |
58 | | -import power |
59 | | -unit_registry.update(power) |
60 | | -from power import * |
61 | | - |
62 | | -import pressure |
63 | | -unit_registry.update(pressure) |
64 | | -from pressure import * |
65 | | - |
66 | | -import radiation |
67 | | -unit_registry.update(radiation) |
68 | | -from radiation import * |
69 | | - |
70 | | -import substance |
71 | | -unit_registry.update(substance) |
72 | | -from substance import * |
73 | | - |
74 | | -import temperature |
75 | | -unit_registry.update(temperature) |
76 | | -from temperature import * |
77 | | - |
78 | | -import time |
79 | | -unit_registry.update(time) |
80 | | -from time import * |
81 | | - |
82 | | -import velocity |
83 | | -unit_registry.update(velocity) |
84 | | -from velocity import * |
85 | | - |
86 | | -import viscosity |
87 | | -unit_registry.update(viscosity) |
88 | | -from viscosity import * |
89 | | - |
90 | | -import volume |
91 | | -unit_registry.update(volume) |
92 | | -from volume import * |
| 4 | +#from quantities.parser import unit_registry |
| 5 | +# |
| 6 | +#import acceleration |
| 7 | +#unit_registry.update(acceleration) |
| 8 | +#from acceleration import * |
| 9 | +# |
| 10 | +#import angle |
| 11 | +#unit_registry.update(angle) |
| 12 | +#from angle import * |
| 13 | +# |
| 14 | +#import area |
| 15 | +#unit_registry.update(area) |
| 16 | +#from area import * |
| 17 | +# |
| 18 | +#import compound |
| 19 | +#unit_registry.update(compound) |
| 20 | +#from compound import * |
| 21 | +# |
| 22 | +#import dimensionless |
| 23 | +#unit_registry.update(dimensionless) |
| 24 | +#from dimensionless import * |
| 25 | +# |
| 26 | +#import electromagnetism |
| 27 | +#unit_registry.update(electromagnetism) |
| 28 | +#from electromagnetism import * |
| 29 | +# |
| 30 | +#import energy |
| 31 | +#unit_registry.update(energy) |
| 32 | +#from energy import * |
| 33 | +# |
| 34 | +#import force |
| 35 | +#unit_registry.update(force) |
| 36 | +#from force import * |
| 37 | +# |
| 38 | +#import frequency |
| 39 | +#unit_registry.update(frequency) |
| 40 | +#from frequency import * |
| 41 | +# |
| 42 | +#import heat |
| 43 | +#unit_registry.update(heat) |
| 44 | +#from heat import * |
| 45 | +# |
| 46 | +#import information |
| 47 | +#unit_registry.update(information) |
| 48 | +#from information import * |
| 49 | +# |
| 50 | +#import length |
| 51 | +#unit_registry.update(length) |
| 52 | +#from length import * |
| 53 | +# |
| 54 | +#import mass |
| 55 | +#unit_registry.update(mass) |
| 56 | +#from mass import * |
| 57 | +# |
| 58 | +#import power |
| 59 | +#unit_registry.update(power) |
| 60 | +#from power import * |
| 61 | +# |
| 62 | +#import pressure |
| 63 | +#unit_registry.update(pressure) |
| 64 | +#from pressure import * |
| 65 | +# |
| 66 | +#import radiation |
| 67 | +#unit_registry.update(radiation) |
| 68 | +#from radiation import * |
| 69 | +# |
| 70 | +#import substance |
| 71 | +#unit_registry.update(substance) |
| 72 | +#from substance import * |
| 73 | +# |
| 74 | +#import temperature |
| 75 | +#unit_registry.update(temperature) |
| 76 | +#from temperature import * |
| 77 | +# |
| 78 | +#import time |
| 79 | +#unit_registry.update(time) |
| 80 | +#from time import * |
| 81 | +# |
| 82 | +#import velocity |
| 83 | +#unit_registry.update(velocity) |
| 84 | +#from velocity import * |
| 85 | +# |
| 86 | +#import viscosity |
| 87 | +#unit_registry.update(viscosity) |
| 88 | +#from viscosity import * |
| 89 | +# |
| 90 | +#import volume |
| 91 | +#unit_registry.update(volume) |
| 92 | +#from volume import * |
0 commit comments