]> granicus.if.org Git - python/commitdiff
Issue #27365: Add blank lines. to 2.7 test_editmenu
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 23 Jun 2016 22:07:46 +0000 (18:07 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 23 Jun 2016 22:07:46 +0000 (18:07 -0400)
Lib/idlelib/idle_test/test_editmenu.py

index 1d3606932d198007f2203a7b8454ea68aab3e288..a39e61af976d641c1712260d4b0338cd34c9b34a 100644 (file)
@@ -7,11 +7,13 @@ import Tkinter as tk
 import unittest
 from idlelib import PyShell
 
+
 class PasteTest(unittest.TestCase):
     '''Test pasting into widgets that allow pasting.
 
     On X11, replacing selections requires tk fix.
     '''
+
     @classmethod
     def setUpClass(cls):
         requires('gui')