Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-wiki
Commits
f77220ec
Commit
f77220ec
authored
Nov 03, 2014
by
Luke Plant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed runtests.py and setup.py hashbang lines, broken by commit with python-modernizer
parent
c91061a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
runtests.py
+1
-1
setup.py
+2
-2
No files found.
runtests.py
View file @
f77220ec
#!/usr/bin/env python
from
__future__
import
absolute_import
from
__future__
import
unicode_literals
#!/usr/bin/env python
import
sys
import
django
from
django.conf
import
settings
...
...
setup.py
View file @
f77220ec
from
__future__
import
absolute_import
from
__future__
import
unicode_literals
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from
__future__
import
absolute_import
from
__future__
import
unicode_literals
import
os
from
wiki
import
VERSION
from
setuptools
import
setup
,
find_packages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment