Changeset 47 for pycodebattler/trunk
- Timestamp:
- 12/13/10 23:04:18 (14 years ago)
- Location:
- pycodebattler/trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodebattler/trunk/LICENSE
- Property svn:keywords set to Id
-
pycodebattler/trunk/README.rst
- Property svn:keywords set to Id
r45 r47 36 36 37 37 38 .. $Id : 3680d2a8150d793644f2519d550b7e09f75f7eda$38 .. $Id$ -
pycodebattler/trunk/pycodebattler/__init__.py
- Property svn:keywords set to Id
r45 r47 1 1 # -*- coding: utf-8 -*- 2 # $Id : 92b7d5f0954845f735647a94c9b737db9cca6613$2 # $Id$ 3 3 4 4 import pycodebattler.battle -
pycodebattler/trunk/pycodebattler/battle.py
- Property svn:keywords set to Id
r45 r47 1 1 #!/usr/bin/env python 2 2 # -*- coding: utf-8 -*- 3 # $Id : d51d6cbc0b293385b0dccb6e8ed3bd1e15b285dc$3 # $Id$ 4 4 5 5 import os -
pycodebattler/trunk/pycodebattler/score.py
- Property svn:keywords set to Id
r45 r47 1 1 # -*- coding: utf-8 -*- 2 # $Id : b671038756c9b47b724ae8e4909592194fc0b0b4$2 # $Id$ 3 3 4 4 import os -
pycodebattler/trunk/pycodebattler/scouter.py
- Property svn:keywords set to Id
r45 r47 1 1 #!/usr/bin/env python 2 2 # -*- coding: utf-8 -*- 3 # $Id : a1757a765f56d3386b0c12ba5b73f842c847a64d$3 # $Id$ 4 4 5 5 import sys -
pycodebattler/trunk/pycodebattler/skill.py
- Property svn:keywords set to Id
r45 r47 1 1 # -*- coding: utf-8 -*- 2 # $Id : 33e672ada0beb012199dc62acd15361886a22b31$2 # $Id$ 3 3 4 4 import sys -
pycodebattler/trunk/pycodebattler/util.py
- Property svn:keywords set to Id
r45 r47 1 1 # -*- coding: utf-8 -*- 2 # $Id : a4ef9a6f3d982e6febe7e134f6e47519aeba25b0$2 # $Id$ 3 3 4 4 import os -
pycodebattler/trunk/pycodebattler/warrior.py
- Property svn:keywords set to Id
r45 r47 1 1 # -*- coding: utf-8 -*- 2 # $Id : de10f29ca7a6b3a870445b3c8dde4312794ffbbe$2 # $Id$ 3 3 4 4 try: -
pycodebattler/trunk/setup.py
- Property svn:keywords set to Id
r45 r47 1 1 #!/usr/bin/env python 2 2 # -*- coding: utf-8 -*- 3 # $Id : e304a0986f4fb4db7dd998505c53cbd17934ab76$3 # $Id$ 4 4 5 5 from setuptools import setup, find_packages
Note: See TracChangeset
for help on using the changeset viewer.