X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fcli.py;fp=src%2Fcli.py;h=0000000000000000000000000000000000000000;hb=a2328dd88c8e4be48983a5c637243c73041e846c;hp=3f88185f82cb56b6e7d3cd761b66f5408005b3c7;hpb=6db472a7e903477e93ec758b12485cf25f351e7b;p=findit diff --git a/src/cli.py b/src/cli.py deleted file mode 100755 index 3f88185..0000000 --- a/src/cli.py +++ /dev/null @@ -1,14 +0,0 @@ - -#!/usr/bin/env python -# -*-coding: utf-8 -*- -# vim: sw=4 ts=4 expandtab ai -# pylint: disable-msg=C0301 - -class Cli(object): - - def __init__(self): - pass - - def show(self, fproperties): - path, size = fproperties - print "%12g %s" % (size/1024./1024., path) \ No newline at end of file