PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.2.0-rc0/hive/external/data/scripts/dumpdata_script.py

#
Python | 9 lines | 7 code | 2 blank | 0 comment | 4 complexity | 82792b719263d1b40aa8615e1a787c71 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. import sys
  2. for i in xrange(50):
  3. for j in xrange(5):
  4. for k in xrange(20022):
  5. print 20000 * i + k
  6. for line in sys.stdin:
  7. pass