Explorar el Código

Merge branch 'develop' into feature/wikitools-core

tags/v0.1^2
Ben Kurtovic hace 13 años
padre
commit
48c45ad2a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      irc/commands/crypt.py

+ 1
- 1
irc/commands/crypt.py Ver fichero

@@ -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):


Cargando…
Cancelar
Guardar