~chicharreros/magicicada-server/trunk

« back to all changes in this revision

Viewing changes to magicicada/filesync/utilities/make_abundant_files.py

  • Committer: Magicicada Bot
  • Author(s): Facundo Batista
  • Date: 2017-01-08 23:37:32 UTC
  • mfrom: (79.1.2 publicfiles)
  • Revision ID: magicicada_bot-20170108233732-faaeoq6sc9jorgue
[r=nataliabidart] Support public files changing and listing through the normal Server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    if sys.stdout.isatty():
134
134
        sys.stdout.write(home + curses.tigetstr('el'))
135
135
 
 
136
 
136
137
if __name__ == '__main__':
137
138
    from optparse import OptionParser
138
139
    parser = OptionParser("%prog [options] username")