You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Override server default MIME types so .py files get opened
|
|
# in developer's web browser.
|
|
# This is intended for use with the index in doc/browse-py,
|
|
# but you can disable it if it causes problems.
|
|
# See also: AddEncoding, ForceType
|
|
AddType text/plain .py
|
|
|