ソースを参照

Merge branch 'develop' into feature/wikitools-core

tags/v0.1^2
Ben Kurtovic 13年前
コミット
48c45ad2a1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      irc/commands/crypt.py

+ 1
- 1
irc/commands/crypt.py ファイルの表示

@@ -6,7 +6,7 @@ Cryptography functions (hashing and cyphers) for EarwigBot IRC.

import hashlib

from irc.base_command import BaseCommand
from irc.classes import BaseCommand
from lib import blowfish

class Cryptography(BaseCommand):


読み込み中…
キャンセル
保存