From a9597013b65fe440f2a678139739eff6d6cc608c Mon Sep 17 00:00:00 2001 From: Adrien Peiffer Date: Sun, 14 Dec 2014 22:15:05 +0100 Subject: [PATCH] [IMP] Remove vim line --- web_shortcuts/model/web_shortcut.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/web_shortcuts/model/web_shortcut.py b/web_shortcuts/model/web_shortcut.py index 7931fe31..cf05d9b0 100644 --- a/web_shortcuts/model/web_shortcut.py +++ b/web_shortcuts/model/web_shortcut.py @@ -60,5 +60,3 @@ class web_shortcut(orm.Model): ('shortcut_unique', 'unique(menu_id,user_id)', 'Shortcut for this menu already exists!'), ] - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: