Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/73f9779491ef/.hgignore
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 09:47:33 2013
Кодировка:
allpy: 73f9779491ef .hgignore

allpy

view .hgignore @ 191:73f9779491ef

Renamed lib to allpy Previously, every import looked like "from allpy.lib import ...", which was ridiculous. Consequences: 1. Uses of the package look like "from allpy import" 2. When testing the package locally, you have to add `pwd` to PYTHONPATH, not `pwd`/.. (this is a good thing (tm)) 3. It is now possible to make a proper Debian package The change renames directory & fixes all imports referencing allpy.lib The results are untested since there were no working tests before the change.
author Daniil Alexeyevsky <me.dendik@gmail.com>
date Thu, 18 Nov 2010 19:38:05 +0300
parents df3181ce15f2
children bae30e5037b1
line source
1 syntax: glob
2 *.pyc
3 build
4 *.geany
5 *.swp