summaryrefslogtreecommitdiff
path: root/tests/test_template_spec.py
Commit message (Expand)AuthorAgeFilesLines
* Changed relative imports to absolute for Python 2.4 support.Chris Jerdonek2012-04-021-6/+6
* Tweaked import statements.Chris Jerdonek2012-04-011-2/+1
* Moved the SpecLoader class into its own spec_loader module.Chris Jerdonek2012-04-011-1/+2
* Removed View class (finally!).Chris Jerdonek2012-04-011-32/+23
* Removed View dependency from more examples and test cases.Chris Jerdonek2012-04-011-9/+15
* Removed View from NestedContext example and added experimental Renderer.conte...Chris Jerdonek2012-04-011-16/+16
* Removed View from Lambdas example.Chris Jerdonek2012-04-011-7/+23
* Removed the word "view" from the Complex example.Chris Jerdonek2012-04-011-3/+3
* Removed the View class from the inverted.py example.Chris Jerdonek2012-04-011-5/+7
* Removed search_dirs from the SpecLoader constructor.Chris Jerdonek2012-04-011-12/+3
* Minor tweaks to the SpecLoader class.Chris Jerdonek2012-04-011-1/+1
* Rename SpecLoader method to _find_relative().Chris Jerdonek2012-04-011-15/+15
* Renamed Locator methods to find_name and find_object.Chris Jerdonek2012-04-011-6/+6
* Renamed CustomLoader to SpecLoader.Chris Jerdonek2012-03-311-15/+15
* Renamed CustomizedTemplate to TemplateSpec.Chris Jerdonek2012-03-311-3/+3
* Renamed custom_template.py to template_spec.py.Chris Jerdonek2012-03-311-0/+382