Skip to content

Commit

Permalink
Suite renommage répertoires
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb35 committed Dec 25, 2014
1 parent e211610 commit a36cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/liste-paquets.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

cd "$(dirname $(pwd)/$0)/.."
grep -h import archéo-lex legifrance/*.py | grep -v '#import' | grep -v legifrance | sort | uniq | sed 's/^import //' | sed 's/from \([^ ]*\) import .*/\1/' | sed 's/\..*//' | sort | uniq
grep -h import archeo-lex marcheolex/*.py | grep -v '#import' | grep -v marcheolex | sort | uniq | sed 's/^import //' | sed 's/from \([^ ]*\) import .*/\1/' | sed 's/\..*//' | sort | uniq

0 comments on commit a36cc79

Please sign in to comment.