summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorEdgemaster <grand.edgemaster@gmail.com>2014-07-29 18:17:31 +0000
committerEdgemaster <grand.edgemaster@gmail.com>2014-07-29 18:17:31 +0000
commit128936c6962d817f6083b8e7f524d1a5a2ce3da1 (patch)
tree5d8b2cfd1b5a3f09d3781cfaab5ccb4dde09fc9e /elisp
parent4fb9c4a7e4ca3821f442dfa863bc545d269c42a5 (diff)
downloadpylint-git-128936c6962d817f6083b8e7f524d1a5a2ce3da1.tar.gz
pylint.el: Missing dependency on tramp
--HG-- branch : Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364
Diffstat (limited to 'elisp')
-rw-r--r--elisp/pylint.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp/pylint.el b/elisp/pylint.el
index 17132e48e..69dac09af 100644
--- a/elisp/pylint.el
+++ b/elisp/pylint.el
@@ -34,6 +34,7 @@
;;; Code:
(require 'compile)
+(require 'tramp)
(defgroup pylint nil
"Minor mode for running the Pylint Python checker"