aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 04cc07a2eb4..c6ee7f4174b 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -65,7 +65,6 @@
65;;; Code: 65;;; Code:
66 66
67(eval-when-compile 67(eval-when-compile
68 (require 'cl)
69 (require 'compile) 68 (require 'compile)
70 (require 'comint) 69 (require 'comint)
71 (require 'hippie-exp)) 70 (require 'hippie-exp))