Skip to content

Instantly share code, notes, and snippets.

@henrysher
Created July 9, 2013 04:44
Show Gist options
  • Select an option

  • Save henrysher/5954785 to your computer and use it in GitHub Desktop.

Select an option

Save henrysher/5954785 to your computer and use it in GitHub Desktop.
one test sample for pydiff
#!/usr/bin/env python
#
import os
def test(records):
pass
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#!/usr/bin/env python
#
import os
def test(records):
if records is None:
pass
# vim: tabstop=4 shiftwidth=4 softtabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment