mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated instance
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
123fa832e7
commit
2119274c22
1 changed files with 3 additions and 2 deletions
5
clean.py
5
clean.py
|
@ -26,7 +26,7 @@ import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
|
||||||
class Clean(object):
|
class Clean:
|
||||||
"""Clean all data like man page, log files, PACKAGES.TXT and
|
"""Clean all data like man page, log files, PACKAGES.TXT and
|
||||||
configuration files. This is useful if "slpkg" installed via
|
configuration files. This is useful if "slpkg" installed via
|
||||||
"pip" because pip uninstalls only Python packages and script
|
"pip" because pip uninstalls only Python packages and script
|
||||||
|
@ -58,4 +58,5 @@ class Clean(object):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
Clean().start()
|
clean = Clean()
|
||||||
|
clean.start()
|
||||||
|
|
Loading…
Add table
Reference in a new issue