Commit e2627fd4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6e32d259
......@@ -197,7 +197,7 @@ def main():
with open("testdata_expect_test.go", "w") as f:
def emit(v):
print >>f, v
emit("// DO NOT EDIT - AUTOGENERATED (by py/gen-testdata)")
emit("// Code generated by py/gen-testdata; DO NOT EDIT.")
emit("package fs1\n")
emit("import \"lab.nexedi.com/kirr/neo/go/zodb\"\n")
......
// DO NOT EDIT - AUTOGENERATED (by py/gen-testdata)
// Code generated by py/gen-testdata; DO NOT EDIT.
package fs1
import "lab.nexedi.com/kirr/neo/go/zodb"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment