minor changes
This commit is contained in:
parent
11f15e9f25
commit
4306e1786e
2 changed files with 4 additions and 2 deletions
|
@ -2,13 +2,15 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
libMozDefrag 0.1
|
libMozDefrag
|
||||||
Author : Francois B (Makoto)
|
Author : Francois B (Makoto)
|
||||||
Licence : GPL3
|
Licence : GPL3
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
__libVer__ = "0.1"
|
||||||
|
|
||||||
|
|
||||||
def mozDefragFirefox(): # Firefox defrag
|
def mozDefragFirefox(): # Firefox defrag
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
mozDefrag 0.1
|
mozDefrag
|
||||||
Description : defrag Firefox/Thunderbird's sqlite databases for users/profiles
|
Description : defrag Firefox/Thunderbird's sqlite databases for users/profiles
|
||||||
Author : Francois Beckers
|
Author : Francois Beckers
|
||||||
Licence : GPL3
|
Licence : GPL3
|
||||||
|
|
Loading…
Reference in a new issue