Kaydet (Commit) bc03b3b7 authored tarafından Onur Küçük's avatar Onur Küçük

işin bitince dosyayı sil

üst 9f18011a
......@@ -468,6 +468,7 @@ def configureDisplay():
f = file(home + "/xorg.conf.new")
conf = f.readlines()
f.close()
unlink(home + "/xorg.conf.new")
drv = grepini(conf, 'Section "Device"', "\tDriver")
else:
drv = a[1][0].rstrip('\n')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment