Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Stanislawski committed Oct 2, 2006
1 parent e7c9ee0 commit 57c049a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions web/ryzom_com/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ryzom_com</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion web/ryzom_com/Aniki_trackingManager/Aniki.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Aniki(BaseFolder):
actions = (
{ 'id': 'view',
'name': 'view',
'action': 'string:${object_url}/aniki_view',
'action': 'string:${object_url}/Aniki_view',
'permissions': (CMFCorePermissions.View,)
},
)
Expand Down

0 comments on commit 57c049a

Please sign in to comment.