diff options
| author | Teddy Wing | 2014-06-08 01:29:54 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-06-08 01:29:54 -0400 |
| commit | 0e0ba946430e1792eff9a1146df4e759cb33947b (patch) | |
| tree | 55202fcab43652193764769563d4bb32599d2641 /fancy_bear/contextio.rb | |
| parent | 1256e1b0aa66be0104bf746092de801f5b74df90 (diff) | |
| download | sellevate-0e0ba946430e1792eff9a1146df4e759cb33947b.tar.bz2 | |
Rename Sellevate to Fancy Bear
Diffstat (limited to 'fancy_bear/contextio.rb')
| -rw-r--r-- | fancy_bear/contextio.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fancy_bear/contextio.rb b/fancy_bear/contextio.rb new file mode 100644 index 0000000..f81a703 --- /dev/null +++ b/fancy_bear/contextio.rb @@ -0,0 +1,7 @@ +require './contextio/config' +require './contextio/auth' + +module FancyBear + module ContextIO + end +end |
