Skip to content

Commit

Permalink
Resurrect the get_parser function I accidentally deleted.
Browse files Browse the repository at this point in the history
Was accidentally removed in f0567c7
  • Loading branch information
mithro committed Sep 6, 2015
1 parent 31ee6ce commit af7af71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dvsource-v4l2-other.py
Expand Up @@ -354,6 +354,10 @@ def main():
print "Error killing gst-launch", e


def get_parser():
return parser


args = None
if __name__ == "__main__":
args = parser.parse_args()
Expand Down

0 comments on commit af7af71

Please sign in to comment.