diff options
| author | Luke Kanies <luke@madstop.com> | 2005-04-21 18:49:41 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-04-21 18:49:41 +0000 |
| commit | 3c6c0f7956baddbe0033a43b654915de06dcdaf6 (patch) | |
| tree | c20022fef5517f7bdca6c8dfecf06935ccb5878f | |
| parent | e452f003d219cc6ee107757b3fa2be0086564460 (diff) | |
removing elements.rb
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@203 980ebf18-57e1-0310-9a29-db15c13687c0
| -rw-r--r-- | lib/blink/elements.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/blink/elements.rb b/lib/blink/elements.rb deleted file mode 100644 index 9c4630349..000000000 --- a/lib/blink/elements.rb +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/local/bin/ruby -w - -# $Id$ - -# the definition of our state tree -# the base class for both leaves and branches, and the base class for each -# of them, also - -require 'blink' -require 'blink/statechange' - - #--------------------------------------------------------------- - class Blink::Element::Leaf - end - #--------------------------------------------------------------- -end -#--------------------------------------------------------------- |
