Skip to content

Commit

Permalink
Export Begin/End
Browse files Browse the repository at this point in the history
Closes #11
  • Loading branch information
femtotrader committed Nov 13, 2016
1 parent 2f19696 commit 75f4779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TimeSeriesResampler.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TimeSeriesResampler

export resample, ohlc, mean, sum
export TimeFrame
export TimeFrame, Begin, End

include("resample.jl")

Expand Down
2 changes: 1 addition & 1 deletion src/resample.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using TimeSeries: TimeArray, collapse
using TimeFrames: TimeFrame, dt_grouper
using TimeFrames: TimeFrame, dt_grouper, Begin, End
import Base: mean, sum, getindex

abstract AbstractAction
Expand Down

0 comments on commit 75f4779

Please sign in to comment.