Skip to content

Instantly share code, notes, and snippets.

@btipling
Created September 24, 2014 18:37
Show Gist options
  • Select an option

  • Save btipling/7c8ea923572e89bbbba4 to your computer and use it in GitHub Desktop.

Select an option

Save btipling/7c8ea923572e89bbbba4 to your computer and use it in GitHub Desktop.
/a/django (master) $ ag "from os"
django/core/management/templates.py
12:from os import path
django/utils/_os.py
5:from os.path import join, normcase, normpath, abspath, isabs, sep, dirname
docs/conf.py
17:from os.path import abspath, dirname, join
tests/view_tests/tests/test_i18n.py
5:from os import path
tests/view_tests/urls.py
2:from os import path
tests/view_tests/tests/test_static.py
4:from os import path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment