Skip to content

Commit

Permalink
Added RandomIO Test
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed May 30, 2015
1 parent f8df149 commit 3c51abc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__author__ = 'super3'
5 changes: 5 additions & 0 deletions tools/client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import RandomIO

path = RandomIO.RandomIO('seed string').genfile(50)
with open(path,'rb') as f:
print(f.read())

0 comments on commit 3c51abc

Please sign in to comment.