# HG changeset patch
# User Samuel Trégouët <samuel.tregouet@logilab.fr>
# Date 1504274506 -7200
#      Fri Sep 01 16:01:46 2017 +0200
# Node ID a502b04d684408a4633070b447826269c7fe96d1
# Parent  221f7850f6f8a734609a669771db3c5e7d23c2c1
new style: move files

diff --git a/__init__.py b/cubicweb_link/__init__.py
rename from __init__.py
rename to cubicweb_link/__init__.py
diff --git a/__pkginfo__.py b/cubicweb_link/__pkginfo__.py
rename from __pkginfo__.py
rename to cubicweb_link/__pkginfo__.py
diff --git a/data/icon_link.gif b/cubicweb_link/data/icon_link.gif
rename from data/icon_link.gif
rename to cubicweb_link/data/icon_link.gif
diff --git a/entities.py b/cubicweb_link/entities.py
rename from entities.py
rename to cubicweb_link/entities.py
diff --git a/hooks.py b/cubicweb_link/hooks.py
rename from hooks.py
rename to cubicweb_link/hooks.py
diff --git a/i18n/en.po b/cubicweb_link/i18n/en.po
rename from i18n/en.po
rename to cubicweb_link/i18n/en.po
diff --git a/i18n/fr.po b/cubicweb_link/i18n/fr.po
rename from i18n/fr.po
rename to cubicweb_link/i18n/fr.po
diff --git a/migration/1.7.0_Any.py b/cubicweb_link/migration/1.7.0_Any.py
rename from migration/1.7.0_Any.py
rename to cubicweb_link/migration/1.7.0_Any.py
diff --git a/migration/postcreate.py b/cubicweb_link/migration/postcreate.py
rename from migration/postcreate.py
rename to cubicweb_link/migration/postcreate.py
diff --git a/schema.py b/cubicweb_link/schema.py
rename from schema.py
rename to cubicweb_link/schema.py
diff --git a/uiprops.py b/cubicweb_link/uiprops.py
rename from uiprops.py
rename to cubicweb_link/uiprops.py
diff --git a/views.py b/cubicweb_link/views.py
rename from views.py
rename to cubicweb_link/views.py