diff options
author | Christopher Harvey <chris@basementcode.com> | 2010-08-04 13:07:09 -0400 |
---|---|---|
committer | Christopher Harvey <chris@basementcode.com> | 2010-08-04 13:07:09 -0400 |
commit | aba9f3320b52756aea07358cb32bdbb92dbaf3ff (patch) | |
tree | 9e622f3e1f0760477cb8718f2ae515a7e3f2d3ed | |
parent | Added moduleExists to VentooModule (diff) | |
download | ventoo-aba9f3320b52756aea07358cb32bdbb92dbaf3ff.tar.gz ventoo-aba9f3320b52756aea07358cb32bdbb92dbaf3ff.tar.bz2 ventoo-aba9f3320b52756aea07358cb32bdbb92dbaf3ff.zip |
Removed a stragling pdb trace from getDevs for fstab
-rw-r--r-- | modules/fstab/getDevs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/fstab/getDevs.py b/modules/fstab/getDevs.py index 3180d0d..01e65da 100644 --- a/modules/fstab/getDevs.py +++ b/modules/fstab/getDevs.py @@ -7,7 +7,6 @@ import re import os.path as osp def validate(userIn): - pdb.set_trace() devices = os.listdir('/dev') if osp.split(userIn)[1] in devices: return True |