diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 12:38:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 12:38:21 -0600 |
commit | 7bb124a0ad275dd170cd66519672a20526e3093a (patch) | |
tree | 44b5ab183199e701de38af152fbdca4f2355af57 /mountconfig/mountconfig.py | |
parent | ef46cdf77063fef36e93d431433f5e1bbd085ea0 (diff) | |
download | tde-guidance-7bb124a0ad275dd170cd66519672a20526e3093a.tar.gz tde-guidance-7bb124a0ad275dd170cd66519672a20526e3093a.zip |
Rename kio
Diffstat (limited to 'mountconfig/mountconfig.py')
-rwxr-xr-x | mountconfig/mountconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mountconfig/mountconfig.py b/mountconfig/mountconfig.py index 5e606ad..eefa9fd 100755 --- a/mountconfig/mountconfig.py +++ b/mountconfig/mountconfig.py @@ -20,7 +20,7 @@ from qt import * from tdeui import * from tdecore import * from tdefile import * -from kio import * +from tdeio import * import sys import os import os.path |