Explorar el Código

Remove relative imports from __init__ so __version__ can be read without deps.

tags/v0.2
Ben Kurtovic hace 10 años
padre
commit
30d01fd200
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      gitup/__init__.py

+ 0
- 2
gitup/__init__.py Ver fichero

@@ -12,5 +12,3 @@ __copyright__ = "Copyright (C) 2011-2014 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.2.dev"
__email__ = "ben.kurtovic@gmail.com"

from . import config, script, update

Cargando…
Cancelar
Guardar