Skip to content

Commit

Permalink
Rename ct_expand.erl => i18n_ct_expand.erl #10
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Sep 30, 2014
1 parent dafacb4 commit 8d9f4e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/ct_expand.md → doc/i18n_ct_expand.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Module ct_expand
Module i18n_ct_expand
================


<h1>Module ct_expand</h1>
<h1>Module i18n_ct_expand</h1>

* [Function Index](#index)
* [Function Details](#functions)
Expand Down
3 changes: 2 additions & 1 deletion src/ct_expand.erl → src/i18n_ct_expand.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
%%% ------------------------------------------------------------------

%%% @private
-module(ct_expand).
%%% Copy of ct_expand for i18n
-module(i18n_ct_expand).
-id('').
-vsn('').
-date('2006-08-22').
Expand Down
2 changes: 1 addition & 1 deletion src/i18n_expand.erl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-module(i18n_expand).
-export([parse_transform/2]).

-import(ct_expand, [function/4]).
-import(i18n_ct_expand, [function/4]).


parse_transform(Forms, Options) ->
Expand Down

0 comments on commit 8d9f4e2

Please sign in to comment.