File: pythonrc.py

package info (click to toggle)
python-django-extensions 4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,812 kB
  • sloc: python: 18,601; javascript: 7,354; makefile: 108; xml: 17
file content (3 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (5)
1
2
3
# -*- coding: utf-8 -*-
def pythonrc_test_func():
    return "pythonrc was loaded"