Anthex
/
LO53FP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
0efe575a9e6fc26c62a28e6a00efad1a00276a3c
Authored by
Anthex
2019-04-25 16:27:50 +0200
1 parent
417e1bef
removed unused test code
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
test_structure.py
Inline
Side-by-side
test_structure.py
Wrap text
Show/Hide comments
View file @
0efe575
...
...
@@ -115,7 +115,3 @@ class OutputBuffer(object):
115
115
@property
116
116
def out(self):
117
117
return self.stdout.getvalue()
118
-
119
- @property
120
- def err(self):
121
- return self.stderr.getvalue()
...
...