- moving pygdb path to .gvimrc
[pygdb.git] / pygdb.vim
index 872db2374769ecc3019122d3190e73eebacf6117..fe0626ff04f12b9359f87dbcef63393babe3cb17 100644 (file)
--- a/pygdb.vim
+++ b/pygdb.vim
@@ -13,13 +13,8 @@ import os
 import string
 import sys
 import threading
-
 import vim
 
-#Do not use a ~ for home directory
-pygdbdir = "/home/shuber/projekte/pygdb" 
-sys.path.append(pygdbdir)
-
 import Configuration