• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision8ed1f99d80a678a091ad44f75a35f668f8ffc640 (tree)
Time2012-06-14 04:13:56
Authorbolkimen <bolkimen@yaho...>
CommiterYaroslav Luzin

Log Message

[#4254] ticket:64 fix test error

Change Summary

Incremental Difference

--- a/ForgeBlog/forgeblog/command/base.py
+++ b/ForgeBlog/forgeblog/command/base.py
@@ -1,4 +1,4 @@
1-from allura.command.base import *
1+from allura.command.base import Command
22
33 class BlogCommand(Command):
44 group_name = 'ForgeBlog'