Changeset 3306
- Timestamp:
- 07/05/07 16:23:30 (1 year ago)
- Files:
-
- trunk/Gtk/schevogtk2/action.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/application.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/dialog.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/entitygrid.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/extentgrid.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/field.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/form.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/gazpacho-plugin/schevowidgets.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/grid.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/navigator.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/plugin.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/relatedgrid.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/relationship.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/script.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/widgettree.py (modified) (1 diff)
- trunk/Gtk/schevogtk2/window.py (modified) (1 diff)
- trunk/Pylons/schevopylons/template.py (modified) (1 diff)
- trunk/Schevo/schevo/base.py (modified) (1 diff)
- trunk/Schevo/schevo/change.py (modified) (1 diff)
- trunk/Schevo/schevo/constant.py (modified) (1 diff)
- trunk/Schevo/schevo/counter.py (modified) (1 diff)
- trunk/Schevo/schevo/database.py (modified) (1 diff)
- trunk/Schevo/schevo/database1.py (modified) (1 diff)
- trunk/Schevo/schevo/database2.py (modified) (1 diff)
- trunk/Schevo/schevo/entity.py (modified) (1 diff)
- trunk/Schevo/schevo/error.py (modified) (1 diff)
- trunk/Schevo/schevo/example/todo/schema/todo_001.py (modified) (1 diff)
- trunk/Schevo/schevo/extent.py (modified) (1 diff)
- trunk/Schevo/schevo/field.py (modified) (1 diff)
- trunk/Schevo/schevo/fieldspec.py (modified) (1 diff)
- trunk/Schevo/schevo/icon/__init__.py (modified) (1 diff)
- trunk/Schevo/schevo/icon/_build.py (modified) (1 diff)
- trunk/Schevo/schevo/icon/plugin.py (modified) (1 diff)
- trunk/Schevo/schevo/label.py (modified) (1 diff)
- trunk/Schevo/schevo/lib/module.py (modified) (1 diff)
- trunk/Schevo/schevo/lib/odict.py (modified) (1 diff)
- trunk/Schevo/schevo/meta.py (modified) (1 diff)
- trunk/Schevo/schevo/mt/__init__.py (modified) (1 diff)
- trunk/Schevo/schevo/mt/dummy.py (modified) (1 diff)
- trunk/Schevo/schevo/mt/mrow.py (modified) (1 diff)
- trunk/Schevo/schevo/mt/plugin.py (modified) (1 diff)
- trunk/Schevo/schevo/namespace.py (modified) (1 diff)
- trunk/Schevo/schevo/placeholder.py (modified) (1 diff)
- trunk/Schevo/schevo/query.py (modified) (1 diff)
- trunk/Schevo/schevo/schema.py (modified) (1 diff)
- trunk/Schevo/schevo/script/command.py (modified) (1 diff)
- trunk/Schevo/schevo/script/db.py (modified) (1 diff)
- trunk/Schevo/schevo/script/db_compare.py (modified) (1 diff)
- trunk/Schevo/schevo/script/db_convert.py (modified) (1 diff)
- trunk/Schevo/schevo/script/db_create.py (modified) (1 diff)
- trunk/Schevo/schevo/script/db_evolve.py (modified) (1 diff)
- trunk/Schevo/schevo/script/db_inject.py (modified) (1 diff)
- trunk/Schevo/schevo/script/db_update.py (modified) (1 diff)
- trunk/Schevo/schevo/script/main.py (modified) (1 diff)
- trunk/Schevo/schevo/script/opt.py (modified) (1 diff)
- trunk/Schevo/schevo/script/path.py (modified) (1 diff)
- trunk/Schevo/schevo/script/shell.py (modified) (1 diff)
- trunk/Schevo/schevo/signal.py (modified) (1 diff)
- trunk/Schevo/schevo/template.py (modified) (1 diff)
- trunk/Schevo/schevo/test/__init__.py (modified) (1 diff)
- trunk/Schevo/schevo/test/base.py (modified) (1 diff)
- trunk/Schevo/schevo/trace.py (modified) (1 diff)
- trunk/Schevo/schevo/transaction.py (modified) (1 diff)
- trunk/Schevo/schevo/view.py (modified) (1 diff)
- trunk/Schevo/tests/template.txt (modified) (1 diff)
- trunk/Schevo/tests/test_bank.py (modified) (1 diff)
- trunk/Schevo/tests/test_calculated_field_unicode.py (modified) (1 diff)
- trunk/Schevo/tests/test_change.py (modified) (1 diff)
- trunk/Schevo/tests/test_constant.py (modified) (1 diff)
- trunk/Schevo/tests/test_convert_format.py (modified) (1 diff)
- trunk/Schevo/tests/test_database.py (modified) (1 diff)
- trunk/Schevo/tests/test_database_namespace.py (modified) (1 diff)
- trunk/Schevo/tests/test_default_values.py (modified) (1 diff)
- trunk/Schevo/tests/test_entity_extent.py (modified) (1 diff)
- trunk/Schevo/tests/test_entity_subclass.py (modified) (1 diff)
- trunk/Schevo/tests/test_equivalent.py (modified) (1 diff)
- trunk/Schevo/tests/test_evolve.py (modified) (1 diff)
- trunk/Schevo/tests/test_extent_name_override.py (modified) (1 diff)
- trunk/Schevo/tests/test_extent_without_fields.py (modified) (1 diff)
- trunk/Schevo/tests/test_extentmethod.py (modified) (1 diff)
- trunk/Schevo/tests/test_field.py (modified) (1 diff)
- trunk/Schevo/tests/test_field_entity.py (modified) (1 diff)
- trunk/Schevo/tests/test_field_entitylist.py (modified) (1 diff)
- trunk/Schevo/tests/test_field_entityset.py (modified) (1 diff)
- trunk/Schevo/tests/test_field_entitysetset.py (modified) (1 diff)
- trunk/Schevo/tests/test_field_factory_aliases.py (modified) (1 diff)
- trunk/Schevo/tests/test_field_maps.py (modified) (1 diff)
- trunk/Schevo/tests/test_icon.py (modified) (1 diff)
- trunk/Schevo/tests/test_label.py (modified) (1 diff)
- trunk/Schevo/tests/test_links.py (modified) (1 diff)
- trunk/Schevo/tests/test_module.py (modified) (1 diff)
- trunk/Schevo/tests/test_mrow.py (modified) (1 diff)
- trunk/Schevo/tests/test_namespace.py (modified) (1 diff)
- trunk/Schevo/tests/test_on_delete.py (modified) (1 diff)
- trunk/Schevo/tests/test_populate.py (modified) (1 diff)
- trunk/Schevo/tests/test_prefix.py (modified) (1 diff)
- trunk/Schevo/tests/test_query.py (modified) (1 diff)
- trunk/Schevo/tests/test_relax_index.py (modified) (1 diff)
- trunk/Schevo/tests/test_schema.py (modified) (1 diff)
- trunk/Schevo/tests/test_schema_db_reference.py (modified) (1 diff)
- trunk/Schevo/tests/test_transaction.py (modified) (1 diff)
- trunk/Schevo/tests/test_transaction_before_after.py (modified) (1 diff)
- trunk/Schevo/tests/test_transaction_field_reorder.py (modified) (1 diff)
- trunk/Schevo/tests/test_transaction_require_changes.py (modified) (1 diff)
- trunk/Schevo/tests/test_view.py (modified) (1 diff)
- trunk/Tosca/schevotosca/field.py (modified) (1 diff)
- trunk/Tosca/schevotosca/fieldmap.py (modified) (1 diff)
- trunk/Web/schevoweb/form/__init__.py (modified) (1 diff)
- trunk/Web/schevoweb/form/fill.py (modified) (1 diff)
- trunk/Web/schevoweb/form/template.py (modified) (1 diff)
- trunk/Web/schevoweb/form/update.py (modified) (1 diff)
- trunk/Web/schevoweb/helper.py (modified) (1 diff)
- trunk/Web/tests/test_fill.py (modified) (1 diff)
- trunk/Web/tests/test_template.py (modified) (1 diff)
- trunk/Web/tests/test_update.py (modified) (1 diff)
- trunk/Web/tests/xmlsimilar.py (modified) (1 diff)
- trunk/Wsgi/schevowsgi/__init__.py (modified) (1 diff)
- trunk/Wsgi/schevowsgi/dbopener.py (modified) (1 diff)
- trunk/Wsgi/schevowsgi/identity.py (modified) (1 diff)
- trunk/_GPL-header.txt (modified) (1 diff)
- trunk/_LGPL-header.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Gtk/schevogtk2/action.py
r3296 r3306 95 95 96 96 97 # Copyright (C) 2001-200 6Orbtech, L.L.C.97 # Copyright (C) 2001-2007 Orbtech, L.L.C. 98 98 # 99 99 # Schevo trunk/Gtk/schevogtk2/application.py
r3296 r3306 44 44 45 45 46 # Copyright (C) 2001-200 6Orbtech, L.L.C.46 # Copyright (C) 2001-2007 Orbtech, L.L.C. 47 47 # 48 48 # Schevo trunk/Gtk/schevogtk2/dialog.py
r3296 r3306 37 37 38 38 39 # Copyright (C) 2001-200 6Orbtech, L.L.C.39 # Copyright (C) 2001-2007 Orbtech, L.L.C. 40 40 # 41 41 # Schevo trunk/Gtk/schevogtk2/entitygrid.py
r3296 r3306 346 346 347 347 348 # Copyright (C) 2001-200 6Orbtech, L.L.C.348 # Copyright (C) 2001-2007 Orbtech, L.L.C. 349 349 # 350 350 # Schevo trunk/Gtk/schevogtk2/extentgrid.py
r3296 r3306 141 141 142 142 143 # Copyright (C) 2001-200 6Orbtech, L.L.C.143 # Copyright (C) 2001-2007 Orbtech, L.L.C. 144 144 # 145 145 # Schevo trunk/Gtk/schevogtk2/field.py
r3296 r3306 580 580 581 581 582 # Copyright (C) 2001-200 6Orbtech, L.L.C.582 # Copyright (C) 2001-2007 Orbtech, L.L.C. 583 583 # 584 584 # Schevo trunk/Gtk/schevogtk2/form.py
r3296 r3306 277 277 278 278 279 # Copyright (C) 2001-200 6Orbtech, L.L.C.279 # Copyright (C) 2001-2007 Orbtech, L.L.C. 280 280 # 281 281 # Schevo trunk/Gtk/schevogtk2/gazpacho-plugin/schevowidgets.py
r3296 r3306 8 8 widget_prefix = 'Schevo' 9 9 10 # Copyright (C) 2001-200 6Orbtech, L.L.C.10 # Copyright (C) 2001-2007 Orbtech, L.L.C. 11 11 # 12 12 # Schevo trunk/Gtk/schevogtk2/grid.py
r3296 r3306 387 387 388 388 389 # Copyright (C) 2001-200 6Orbtech, L.L.C.389 # Copyright (C) 2001-2007 Orbtech, L.L.C. 390 390 # 391 391 # Schevo trunk/Gtk/schevogtk2/navigator.py
r3296 r3306 97 97 98 98 99 # Copyright (C) 2001-200 6Orbtech, L.L.C.99 # Copyright (C) 2001-2007 Orbtech, L.L.C. 100 100 # 101 101 # Schevo trunk/Gtk/schevogtk2/plugin.py
r3296 r3306 22 22 23 23 24 # Copyright (C) 2001-200 6Orbtech, L.L.C.24 # Copyright (C) 2001-2007 Orbtech, L.L.C. 25 25 # 26 26 # Schevo trunk/Gtk/schevogtk2/relatedgrid.py
r3296 r3306 163 163 164 164 165 # Copyright (C) 2001-200 6Orbtech, L.L.C.165 # Copyright (C) 2001-2007 Orbtech, L.L.C. 166 166 # 167 167 # Schevo trunk/Gtk/schevogtk2/relationship.py
r3296 r3306 54 54 55 55 56 # Copyright (C) 2001-200 6Orbtech, L.L.C.56 # Copyright (C) 2001-2007 Orbtech, L.L.C. 57 57 # 58 58 # Schevo trunk/Gtk/schevogtk2/script.py
r3296 r3306 84 84 85 85 86 # Copyright (C) 2001-200 6Orbtech, L.L.C.86 # Copyright (C) 2001-2007 Orbtech, L.L.C. 87 87 # 88 88 # Schevo trunk/Gtk/schevogtk2/widgettree.py
r3296 r3306 87 87 88 88 89 # Copyright (C) 2001-200 6Orbtech, L.L.C.89 # Copyright (C) 2001-2007 Orbtech, L.L.C. 90 90 # 91 91 # Schevo trunk/Gtk/schevogtk2/window.py
r3296 r3306 435 435 436 436 437 # Copyright (C) 2001-200 6Orbtech, L.L.C.437 # Copyright (C) 2001-2007 Orbtech, L.L.C. 438 438 # 439 439 # Schevo trunk/Pylons/schevopylons/template.py
r3296 r3306 18 18 19 19 20 # Copyright (C) 2001-200 6Orbtech, L.L.C.20 # Copyright (C) 2001-2007 Orbtech, L.L.C. 21 21 # 22 22 # Schevo trunk/Schevo/schevo/base.py
r3296 r3306 57 57 ) 58 58 59 # Copyright (C) 2001-200 6Orbtech, L.L.C.59 # Copyright (C) 2001-2007 Orbtech, L.L.C. 60 60 # 61 61 # Schevo trunk/Schevo/schevo/change.py
r3296 r3306 122 122 123 123 124 # Copyright (C) 2001-200 6Orbtech, L.L.C.124 # Copyright (C) 2001-2007 Orbtech, L.L.C. 125 125 # 126 126 # Schevo trunk/Schevo/schevo/constant.py
r3296 r3306 91 91 92 92 93 # Copyright (C) 2001-200 6Orbtech, L.L.C.93 # Copyright (C) 2001-2007 Orbtech, L.L.C. 94 94 # 95 95 # Schevo trunk/Schevo/schevo/counter.py
r3296 r3306 31 31 32 32 33 # Copyright (C) 2001-200 6Orbtech, L.L.C.33 # Copyright (C) 2001-2007 Orbtech, L.L.C. 34 34 # 35 35 # Schevo trunk/Schevo/schevo/database.py
r3296 r3306 215 215 216 216 217 # Copyright (C) 2001-200 6Orbtech, L.L.C.217 # Copyright (C) 2001-2007 Orbtech, L.L.C. 218 218 # 219 219 # Schevo trunk/Schevo/schevo/database1.py
r3296 r3306 566 566 567 567 568 # Copyright (C) 2001-200 6Orbtech, L.L.C.568 # Copyright (C) 2001-2007 Orbtech, L.L.C. 569 569 # 570 570 # Schevo trunk/Schevo/schevo/database2.py
r3296 r3306 1834 1834 1835 1835 1836 # Copyright (C) 2001-200 6Orbtech, L.L.C.1836 # Copyright (C) 2001-2007 Orbtech, L.L.C. 1837 1837 # 1838 1838 # Schevo trunk/Schevo/schevo/entity.py
r3296 r3306 752 752 753 753 754 # Copyright (C) 2001-200 6Orbtech, L.L.C. and contributors754 # Copyright (C) 2001-2007 Orbtech, L.L.C. and contributors 755 755 # 756 756 # Schevo trunk/Schevo/schevo/error.py
r3296 r3306 99 99 100 100 101 # Copyright (C) 2001-200 6Orbtech, L.L.C.101 # Copyright (C) 2001-2007 Orbtech, L.L.C. 102 102 # 103 103 # Schevo trunk/Schevo/schevo/example/todo/schema/todo_001.py
r3296 r3306 101 101 102 102 103 # Copyright (C) 2001-200 6Orbtech, L.L.C.103 # Copyright (C) 2001-2007 Orbtech, L.L.C. 104 104 # 105 105 # Schevo trunk/Schevo/schevo/extent.py
r3296 r3306 276 276 277 277 278 # Copyright (C) 2001-200 6Orbtech, L.L.C.278 # Copyright (C) 2001-2007 Orbtech, L.L.C. 279 279 # 280 280 # Schevo trunk/Schevo/schevo/field.py
r3296 r3306 1585 1585 1586 1586 1587 # Copyright (C) 2001-200 6Orbtech, L.L.C.1587 # Copyright (C) 2001-2007 Orbtech, L.L.C. 1588 1588 # 1589 1589 # Schevo trunk/Schevo/schevo/fieldspec.py
r3296 r3306 200 200 201 201 202 # Copyright (C) 2001-200 6Orbtech, L.L.C.202 # Copyright (C) 2001-2007 Orbtech, L.L.C. 203 203 # 204 204 # Schevo trunk/Schevo/schevo/icon/__init__.py
r3296 r3306 16 16 17 17 18 # Copyright (C) 2001-200 6Orbtech, L.L.C.18 # Copyright (C) 2001-2007 Orbtech, L.L.C. 19 19 # 20 20 # Schevo trunk/Schevo/schevo/icon/_build.py
r3296 r3306 14 14 15 15 16 # Copyright (C) 2001-200 6Orbtech, L.L.C.16 # Copyright (C) 2001-2007 Orbtech, L.L.C. 17 17 # 18 18 # Schevo trunk/Schevo/schevo/icon/plugin.py
r3296 r3306 69 69 70 70 71 # Copyright (C) 2001-200 6Orbtech, L.L.C.71 # Copyright (C) 2001-2007 Orbtech, L.L.C. 72 72 # 73 73 # Schevo trunk/Schevo/schevo/label.py
r3296 r3306 85 85 86 86 87 # Copyright (C) 2001-200 6Orbtech, L.L.C.87 # Copyright (C) 2001-2007 Orbtech, L.L.C. 88 88 # 89 89 # Schevo trunk/Schevo/schevo/lib/module.py
r3296 r3306 53 53 54 54 55 # Copyright (C) 2001-200 6Orbtech, L.L.C.55 # Copyright (C) 2001-2007 Orbtech, L.L.C. 56 56 # 57 57 # Schevo trunk/Schevo/schevo/lib/odict.py
r3296 r3306 173 173 174 174 175 # Copyright (C) 2001-200 6Orbtech, L.L.C.175 # Copyright (C) 2001-2007 Orbtech, L.L.C. 176 176 # 177 177 # Schevo trunk/Schevo/schevo/meta.py
r3296 r3306 42 42 43 43 44 # Copyright (C) 2001-200 6Orbtech, L.L.C.44 # Copyright (C) 2001-2007 Orbtech, L.L.C. 45 45 # 46 46 # Schevo trunk/Schevo/schevo/mt/__init__.py
r3296 r3306 12 12 13 13 14 # Copyright (C) 2001-200 6Orbtech, L.L.C.14 # Copyright (C) 2001-2007 Orbtech, L.L.C. 15 15 # 16 16 # Schevo trunk/Schevo/schevo/mt/dummy.py
r3296 r3306 20 20 21 21 22 # Copyright (C) 2001-200 6Orbtech, L.L.C.22 # Copyright (C) 2001-2007 Orbtech, L.L.C. 23 23 # 24 24 # Schevo trunk/Schevo/schevo/mt/mrow.py
r3296 r3306 181 181 182 182 183 # Copyright (C) 2001-200 6Orbtech, L.L.C.183 # Copyright (C) 2001-2007 Orbtech, L.L.C. 184 184 # 185 185 # Schevo trunk/Schevo/schevo/mt/plugin.py
r3296 r3306 81 81 82 82 83 # Copyright (C) 2001-200 6Orbtech, L.L.C.83 # Copyright (C) 2001-2007 Orbtech, L.L.C. 84 84 # 85 85 # Schevo trunk/Schevo/schevo/namespace.py
r3296 r3306 164 164 165 165 166 # Copyright (C) 2001-200 6Orbtech, L.L.C.166 # Copyright (C) 2001-2007 Orbtech, L.L.C. 167 167 # 168 168 # Schevo trunk/Schevo/schevo/placeholder.py
r3296 r3306 107 107 108 108 109 # Copyright (C) 2001-200 6Orbtech, L.L.C. and contributors109 # Copyright (C) 2001-2007 Orbtech, L.L.C. and contributors 110 110 # 111 111 # Schevo trunk/Schevo/schevo/query.py
r3296 r3306 642 642 643 643 644 # Copyright (C) 2001-200 6Orbtech, L.L.C.644 # Copyright (C) 2001-2007 Orbtech, L.L.C. 645 645 # 646 646 # Schevo trunk/Schevo/schevo/schema.py
r3296 r3306 341 341 342 342 343 # Copyright (C) 2001-200 6Orbtech, L.L.C.343 # Copyright (C) 2001-2007 Orbtech, L.L.C. 344 344 # 345 345 # Schevo trunk/Schevo/schevo/script/command.py
r3296 r3306 75 75 76 76 77 # Copyright (C) 2001-200 6Orbtech, L.L.C.77 # Copyright (C) 2001-2007 Orbtech, L.L.C. 78 78 # 79 79 # Schevo trunk/Schevo/schevo/script/db.py
r3296 r3306 34 34 35 35 36 # Copyright (C) 2001-200 6Orbtech, L.L.C.36 # Copyright (C) 2001-2007 Orbtech, L.L.C. 37 37 # 38 38 # Schevo trunk/Schevo/schevo/script/db_compare.py
r3296 r3306 63 63 64 64 65 # Copyright (C) 2001-200 6Orbtech, L.L.C.65 # Copyright (C) 2001-2007 Orbtech, L.L.C. 66 66 # 67 67 # Schevo trunk/Schevo/schevo/script/db_convert.py
r3296 r3306 51 51 52 52 53 # Copyright (C) 2001-200 6Orbtech, L.L.C.53 # Copyright (C) 2001-2007 Orbtech, L.L.C. 54 54 # 55 55 # Schevo trunk/Schevo/schevo/script/db_create.py
r3296 r3306 157 157 158 158 159 # Copyright (C) 2001-200 6Orbtech, L.L.C.159 # Copyright (C) 2001-2007 Orbtech, L.L.C. 160 160 # 161 161 # Schevo trunk/Schevo/schevo/script/db_evolve.py
r3296 r3306 141 141 142 142 143 # Copyright (C) 2001-200 6Orbtech, L.L.C.143 # Copyright (C) 2001-2007 Orbtech, L.L.C. 144 144 # 145 145 # Schevo trunk/Schevo/schevo/script/db_inject.py
r3296 r3306 98 98 99 99 100 # Copyright (C) 2001-200 6Orbtech, L.L.C.100 # Copyright (C) 2001-2007 Orbtech, L.L.C. 101 101 # 102 102 # Schevo trunk/Schevo/schevo/script/db_update.py
r3296 r3306 101 101 102 102 103 # Copyright (C) 2001-200 6Orbtech, L.L.C.103 # Copyright (C) 2001-2007 Orbtech, L.L.C. 104 104 # 105 105 # Schevo trunk/Schevo/schevo/script/main.py
r3296 r3306 57 57 58 58 59 # Copyright (C) 2001-200 6Orbtech, L.L.C.59 # Copyright (C) 2001-2007 Orbtech, L.L.C. 60 60 # 61 61 # Schevo trunk/Schevo/schevo/script/opt.py
r3296 r3306 23 23 24 24 25 # Copyright (C) 2001-200 6Orbtech, L.L.C.25 # Copyright (C) 2001-2007 Orbtech, L.L.C. 26 26 # 27 27 # Schevo trunk/Schevo/schevo/script/path.py
r3296 r3306 29 29 30 30 31 # Copyright (C) 2001-200 6Orbtech, L.L.C.31 # Copyright (C) 2001-2007 Orbtech, L.L.C. 32 32 # 33 33 # Schevo trunk/Schevo/schevo/script/shell.py
r3296 r3306 67 67 68 68 69 # Copyright (C) 2001-200 6Orbtech, L.L.C.69 # Copyright (C) 2001-2007 Orbtech, L.L.C. 70 70 # 71 71 # Schevo trunk/Schevo/schevo/signal.py
r3296 r3306 13 13 14 14 15 # Copyright (C) 2001-200 6Orbtech, L.L.C.15 # Copyright (C) 2001-2007 Orbtech, L.L.C. 16 16 # 17 17 # Schevo trunk/Schevo/schevo/template.py
r3296 r3306 18 18 19 19 20 # Copyright (C) 2001-200 6Orbtech, L.L.C.20 # Copyright (C) 2001-2007 Orbtech, L.L.C. 21 21 # 22 22 # Schevo trunk/Schevo/schevo/test/__init__.py
r3296 r3306 35 35 36 36 37 # Copyright (C) 2001-200 6Orbtech, L.L.C.37 # Copyright (C) 2001-2007 Orbtech, L.L.C. 38 38 # 39 39 # Schevo trunk/Schevo/schevo/test/base.py
r3296 r3306 517 517 518 518 519 # Copyright (C) 2001-200 6Orbtech, L.L.C.519 # Copyright (C) 2001-2007 Orbtech, L.L.C. 520 520 # 521 521 # Schevo trunk/Schevo/schevo/trace.py
r3296 r3306 83 83 84 84 85 # Copyright (C) 2001-200 6Orbtech, L.L.C.85 # Copyright (C) 2001-2007 Orbtech, L.L.C. 86 86 # 87 87 # Schevo trunk/Schevo/schevo/transaction.py
r3296 r3306 799 799 800 800 801 # Copyright (C) 2001-200 6Orbtech, L.L.C.801 # Copyright (C) 2001-2007 Orbtech, L.L.C. 802 802 # 803 803 # Schevo trunk/Schevo/schevo/view.py
r3296 r3306 221 221 222 222 223 # Copyright (C) 2001-200 6Orbtech, L.L.C.223 # Copyright (C) 2001-2007 Orbtech, L.L.C. 224 224 # 225 225 # Schevo trunk/Schevo/tests/template.txt
r3296 r3306 18 18 19 19 20 # Copyright (C) 2001-200 6Orbtech, L.L.C. and contributors.20 # Copyright (C) 2001-2007 Orbtech, L.L.C. and contributors. 21 21 # 22 22 # Schevo trunk/Schevo/tests/test_bank.py
r3296 r3306 175 175 176 176 177 # Copyright (C) 2001-200 6Orbtech, L.L.C.177 # Copyright (C) 2001-2007 Orbtech, L.L.C. 178 178 # 179 179 # Schevo trunk/Schevo/tests/test_calculated_field_unicode.py
r3296 r3306 52 52
