minor changes

This commit is contained in:
Francois B 2017-10-04 21:42:08 +02:00
parent 11f15e9f25
commit 4306e1786e
2 changed files with 4 additions and 2 deletions

View file

@ -2,13 +2,15 @@
# -*- coding: utf-8 -*-
"""
libMozDefrag 0.1
libMozDefrag
Author : Francois B (Makoto)
Licence : GPL3
"""
import subprocess
__libVer__ = "0.1"
def mozDefragFirefox(): # Firefox defrag

View file

@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
"""
mozDefrag 0.1
mozDefrag
Description : defrag Firefox/Thunderbird's sqlite databases for users/profiles
Author : Francois Beckers
Licence : GPL3