re-export using "import x as x"
This commit is contained in:
		
							parent
							
								
									a576013073
								
							
						
					
					
						commit
						f177286890
					
				@ -2,13 +2,24 @@
 | 
				
			|||||||
Git snapshotting tool
 | 
					Git snapshotting tool
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
from .lethe import (
 | 
					from .lethe import (
 | 
				
			||||||
    snap, snap_ref, snap_tree, find_merge_base, deref_symref,
 | 
					    snap as snap,
 | 
				
			||||||
    update_ref, commit_tree, get_tree, get_commit, get_obj,
 | 
					    snap_ref as snap_ref,
 | 
				
			||||||
    shorten_hash, get_root, get_latest_commit,
 | 
					    snap_tree as snap_tree,
 | 
				
			||||||
    push_ref, fetch_ref,
 | 
					    find_merge_base as find_merge_base,
 | 
				
			||||||
 | 
					    deref_symref as deref_symref,
 | 
				
			||||||
 | 
					    update_ref as update_ref,
 | 
				
			||||||
 | 
					    commit_tree as commit_tree,
 | 
				
			||||||
 | 
					    get_tree as get_tree,
 | 
				
			||||||
 | 
					    get_commit as get_commit,
 | 
				
			||||||
 | 
					    get_obj as get_obj,
 | 
				
			||||||
 | 
					    shorten_hash as shorten_hash,
 | 
				
			||||||
 | 
					    get_root as get_root,
 | 
				
			||||||
 | 
					    get_latest_commit as get_latest_commit,
 | 
				
			||||||
 | 
					    push_ref as push_ref,
 | 
				
			||||||
 | 
					    fetch_ref as fetch_ref,
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .endpoints import main
 | 
					from .endpoints import main as main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__author__ = 'Jan Petykeiwicz'
 | 
					__author__ = 'Jan Petykeiwicz'
 | 
				
			||||||
__version__ = '0.13'
 | 
					__version__ = '0.13'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user