예제 #1
0
def info():
    table = PluginTable()
    row = table.getLast()
    update_date = row['update_date']
    total = table.count()
    print '''
    vim plugins info
    total: %d, 
    last updated at %s 
    ''' % (total, update_date)