Merge with 3.4 whitespace

This commit is contained in:
Terry Jan Reedy 2014-06-08 14:57:42 -04:00
commit 564562faab
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class DummyEditwin:
self.indentwidth = 8
self.tabwidth = 8
self.context_use_ps1 = True
class AutoCompleteTest(unittest.TestCase):