Skip to content

Commit

Permalink
优化Handler包结构
Browse files Browse the repository at this point in the history
  • Loading branch information
luxiaok committed Dec 6, 2014
1 parent 5dc32c2 commit 096fa94
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions xk_handler/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/python
# Desgin By Xiaok
__all__ = [
'xk_dhcp',
'xk_dns',
'xk_index',
'xk_login',
'xk_public',
'xk_test',
'xk_users'
]

0 comments on commit 096fa94

Please sign in to comment.