Changeset 177
- Timestamp:
- 02/07/07 05:11:29 (2 years ago)
- Files:
-
- trunk/tests/unit/test_index_pylint.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/unit/test_index_pylint.py
r175 r177 17 17 index.cheesecake = Glutton() 18 18 19 index.compute(files_list, package_dir )19 index.compute(files_list, package_dir, 120) 20 20 21 21 # Check that package got maximum score, what means importing self
